pub struct MessageSnapshot { /* private fields */ }
Expand description
The snap-shot of a message.
Trait Implementations§
source§impl Clone for MessageSnapshot
impl Clone for MessageSnapshot
source§fn clone(&self) -> MessageSnapshot
fn clone(&self) -> MessageSnapshot
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 MessageSnapshot
impl Debug for MessageSnapshot
source§impl<'de> Deserialize<'de> for MessageSnapshot
impl<'de> Deserialize<'de> for MessageSnapshot
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 MessageSnapshot
impl PartialEq for MessageSnapshot
source§impl Serialize for MessageSnapshot
impl Serialize for MessageSnapshot
impl StructuralPartialEq for MessageSnapshot
Auto Trait Implementations§
impl Freeze for MessageSnapshot
impl RefUnwindSafe for MessageSnapshot
impl Send for MessageSnapshot
impl Sync for MessageSnapshot
impl Unpin for MessageSnapshot
impl UnwindSafe for MessageSnapshot
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
)