pub struct CloseConnection {}
Trait Implementations§
source§impl BaseParser for CloseConnection
impl BaseParser for CloseConnection
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
source§impl Clone for CloseConnection
impl Clone for CloseConnection
source§fn clone(&self) -> CloseConnection
fn clone(&self) -> CloseConnection
Returns a copy 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 CloseConnection
impl Debug for CloseConnection
source§impl Default for CloseConnection
impl Default for CloseConnection
source§fn default() -> CloseConnection
fn default() -> CloseConnection
Returns the “default value” for a type. Read more
source§impl PacketVariable for CloseConnection
impl PacketVariable for CloseConnection
source§impl PartialEq<CloseConnection> for CloseConnection
impl PartialEq<CloseConnection> for CloseConnection
source§fn eq(&self, other: &CloseConnection) -> bool
fn eq(&self, other: &CloseConnection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CloseConnection
Auto Trait Implementations§
impl RefUnwindSafe for CloseConnection
impl Send for CloseConnection
impl Sync for CloseConnection
impl Unpin for CloseConnection
impl UnwindSafe for CloseConnection
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