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