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