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