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