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