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