Struct fastly_api::apis::kv_store_api::GetStoresParams
source · pub struct GetStoresParams {
pub cursor: Option<String>,
pub limit: Option<i32>,
}
Expand description
struct for passing parameters to the method get_stores
Fields§
§cursor: Option<String>
§limit: Option<i32>
Trait Implementations§
source§impl Clone for GetStoresParams
impl Clone for GetStoresParams
source§fn clone(&self) -> GetStoresParams
fn clone(&self) -> GetStoresParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetStoresParams
impl Debug for GetStoresParams
source§impl Default for GetStoresParams
impl Default for GetStoresParams
source§fn default() -> GetStoresParams
fn default() -> GetStoresParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetStoresParams
impl Send for GetStoresParams
impl Sync for GetStoresParams
impl Unpin for GetStoresParams
impl UnwindSafe for GetStoresParams
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more