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