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 Freeze for GetStoreParams
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