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