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