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