#[repr(packed(1))]pub struct MsgClientChatAction { /* private fields */ }
Trait Implementations§
Source§impl Clone for MsgClientChatAction
impl Clone for MsgClientChatAction
Source§fn clone(&self) -> MsgClientChatAction
fn clone(&self) -> MsgClientChatAction
Returns a duplicate 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 MsgClientChatAction
impl Debug for MsgClientChatAction
Source§impl DeserializableBytes for MsgClientChatAction
impl DeserializableBytes for MsgClientChatAction
fn from_bytes(packet_data: &[u8]) -> Self
Source§impl<'de> Deserialize<'de> for MsgClientChatAction
impl<'de> Deserialize<'de> for MsgClientChatAction
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 MessageBodyExt for MsgClientChatAction
impl MessageBodyExt for MsgClientChatAction
Source§impl PartialEq for MsgClientChatAction
impl PartialEq for MsgClientChatAction
Source§impl Serialize for MsgClientChatAction
impl Serialize for MsgClientChatAction
impl Copy for MsgClientChatAction
impl Eq for MsgClientChatAction
impl StructuralPartialEq for MsgClientChatAction
Auto Trait Implementations§
impl Freeze for MsgClientChatAction
impl RefUnwindSafe for MsgClientChatAction
impl Send for MsgClientChatAction
impl Sync for MsgClientChatAction
impl Unpin for MsgClientChatAction
impl UnwindSafe for MsgClientChatAction
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