pub struct MessageSet {
pub key: Vec<u8>,
pub value: Vec<u8>,
pub version: Option<u64>,
}
Expand description
Set the value of a key.
§Fields
key
- The key to set the value of.value
- The value to set the key to.
Fields§
§key: Vec<u8>
§value: Vec<u8>
§version: Option<u64>
Trait Implementations§
source§impl Clone for MessageSet
impl Clone for MessageSet
source§fn clone(&self) -> MessageSet
fn clone(&self) -> MessageSet
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 MessageSet
impl Debug for MessageSet
source§impl<'de> Deserialize<'de> for MessageSet
impl<'de> Deserialize<'de> for MessageSet
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for MessageSet
impl PartialEq for MessageSet
source§impl Revisioned for MessageSet
impl Revisioned for MessageSet
source§impl Serialize for MessageSet
impl Serialize for MessageSet
impl StructuralPartialEq for MessageSet
Auto Trait Implementations§
impl Freeze for MessageSet
impl RefUnwindSafe for MessageSet
impl Send for MessageSet
impl Sync for MessageSet
impl Unpin for MessageSet
impl UnwindSafe for MessageSet
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)