pub struct MessageUpdate(pub Message);
Tuple Fields§
§0: Message
Trait Implementations§
Source§impl Clone for MessageUpdate
impl Clone for MessageUpdate
Source§fn clone(&self) -> MessageUpdate
fn clone(&self) -> MessageUpdate
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 MessageUpdate
impl Debug for MessageUpdate
Source§impl Deref for MessageUpdate
impl Deref for MessageUpdate
Source§impl DerefMut for MessageUpdate
impl DerefMut for MessageUpdate
Source§impl<'de> Deserialize<'de> for MessageUpdate
impl<'de> Deserialize<'de> for MessageUpdate
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 MessageUpdate
impl PartialEq for MessageUpdate
Source§impl Serialize for MessageUpdate
impl Serialize for MessageUpdate
impl StructuralPartialEq for MessageUpdate
Auto Trait Implementations§
impl Freeze for MessageUpdate
impl RefUnwindSafe for MessageUpdate
impl Send for MessageUpdate
impl Sync for MessageUpdate
impl Unpin for MessageUpdate
impl UnwindSafe for MessageUpdate
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