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