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