pub struct GlobalCloseClientPacket {}Expand description
Closed global tab
Implementations§
Trait Implementations§
Source§impl Clone for GlobalCloseClientPacket
impl Clone for GlobalCloseClientPacket
Source§fn clone(&self) -> GlobalCloseClientPacket
fn clone(&self) -> GlobalCloseClientPacket
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 GlobalCloseClientPacket
impl Debug for GlobalCloseClientPacket
Source§impl Default for GlobalCloseClientPacket
impl Default for GlobalCloseClientPacket
Source§fn default() -> GlobalCloseClientPacket
fn default() -> GlobalCloseClientPacket
Returns the “default value” for a type. Read more
Source§impl EoSerialize for GlobalCloseClientPacket
impl EoSerialize for GlobalCloseClientPacket
Source§fn serialize(&self, writer: &mut EoWriter) -> Result<(), EoSerializeError>
fn serialize(&self, writer: &mut EoWriter) -> Result<(), EoSerializeError>
Serializes a GlobalCloseClientPacket into the given EoWriter instance
Source§fn deserialize(_reader: &EoReader) -> Result<Self, EoReaderError>
fn deserialize(_reader: &EoReader) -> Result<Self, EoReaderError>
Deserializes a GlobalCloseClientPacket from an EoReader instance
Source§impl PartialEq for GlobalCloseClientPacket
impl PartialEq for GlobalCloseClientPacket
impl Eq for GlobalCloseClientPacket
impl StructuralPartialEq for GlobalCloseClientPacket
Auto Trait Implementations§
impl Freeze for GlobalCloseClientPacket
impl RefUnwindSafe for GlobalCloseClientPacket
impl Send for GlobalCloseClientPacket
impl Sync for GlobalCloseClientPacket
impl Unpin for GlobalCloseClientPacket
impl UnsafeUnpin for GlobalCloseClientPacket
impl UnwindSafe for GlobalCloseClientPacket
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