pub struct MessageUpdate { /* private fields */ }Trait Implementations§
Source§impl Debug for MessageUpdate
impl Debug for MessageUpdate
Source§impl Default for MessageUpdate
impl Default for MessageUpdate
Source§fn default() -> MessageUpdate
fn default() -> MessageUpdate
Returns the “default value” for a type. Read more
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 Serialize for MessageUpdate
impl Serialize for MessageUpdate
impl WebSocketEvent 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