#[repr(packed(1))]pub struct MsgGSGetUserGroupStatusResponse { /* private fields */ }
Trait Implementations§
Source§impl Clone for MsgGSGetUserGroupStatusResponse
impl Clone for MsgGSGetUserGroupStatusResponse
Source§fn clone(&self) -> MsgGSGetUserGroupStatusResponse
fn clone(&self) -> MsgGSGetUserGroupStatusResponse
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 DeserializableBytes for MsgGSGetUserGroupStatusResponse
impl DeserializableBytes for MsgGSGetUserGroupStatusResponse
fn from_bytes(packet_data: &[u8]) -> Self
Source§impl<'de> Deserialize<'de> for MsgGSGetUserGroupStatusResponse
impl<'de> Deserialize<'de> for MsgGSGetUserGroupStatusResponse
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 MsgGSGetUserGroupStatusResponse
impl PartialEq for MsgGSGetUserGroupStatusResponse
Source§fn eq(&self, other: &MsgGSGetUserGroupStatusResponse) -> bool
fn eq(&self, other: &MsgGSGetUserGroupStatusResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for MsgGSGetUserGroupStatusResponse
impl Eq for MsgGSGetUserGroupStatusResponse
impl StructuralPartialEq for MsgGSGetUserGroupStatusResponse
Auto Trait Implementations§
impl Freeze for MsgGSGetUserGroupStatusResponse
impl RefUnwindSafe for MsgGSGetUserGroupStatusResponse
impl Send for MsgGSGetUserGroupStatusResponse
impl Sync for MsgGSGetUserGroupStatusResponse
impl Unpin for MsgGSGetUserGroupStatusResponse
impl UnwindSafe for MsgGSGetUserGroupStatusResponse
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