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 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 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 for CloseConnection
impl PartialEq for CloseConnection
impl StructuralPartialEq for CloseConnection
Auto Trait Implementations§
impl Freeze for CloseConnection
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