pub struct MessageExists {
pub key: Vec<u8>,
pub version: Option<u64>,
}
Expand description
Fields§
§key: Vec<u8>
§version: Option<u64>
Trait Implementations§
source§impl Clone for MessageExists
impl Clone for MessageExists
source§fn clone(&self) -> MessageExists
fn clone(&self) -> MessageExists
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 MessageExists
impl Debug for MessageExists
source§impl<'de> Deserialize<'de> for MessageExists
impl<'de> Deserialize<'de> for MessageExists
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 MessageExists
impl PartialEq for MessageExists
source§impl Revisioned for MessageExists
impl Revisioned for MessageExists
source§impl Serialize for MessageExists
impl Serialize for MessageExists
impl StructuralPartialEq for MessageExists
Auto Trait Implementations§
impl Freeze for MessageExists
impl RefUnwindSafe for MessageExists
impl Send for MessageExists
impl Sync for MessageExists
impl Unpin for MessageExists
impl UnwindSafe for MessageExists
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
)