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