Struct fastly_api::apis::kv_store_item_api::GetKeysParams
source · pub struct GetKeysParams {
pub store_id: String,
pub cursor: Option<String>,
pub limit: Option<i32>,
pub prefix: Option<String>,
}
Expand description
struct for passing parameters to the method get_keys
Fields§
§store_id: String
§cursor: Option<String>
§limit: Option<i32>
§prefix: Option<String>
Trait Implementations§
source§impl Clone for GetKeysParams
impl Clone for GetKeysParams
source§fn clone(&self) -> GetKeysParams
fn clone(&self) -> GetKeysParams
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 GetKeysParams
impl Debug for GetKeysParams
source§impl Default for GetKeysParams
impl Default for GetKeysParams
source§fn default() -> GetKeysParams
fn default() -> GetKeysParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetKeysParams
impl Send for GetKeysParams
impl Sync for GetKeysParams
impl Unpin for GetKeysParams
impl UnwindSafe for GetKeysParams
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