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