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