pub struct CancelTyping {}
Trait Implementations§
Source§impl BaseParser for CancelTyping
impl BaseParser for CancelTyping
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 CancelTyping
impl Clone for CancelTyping
Source§fn clone(&self) -> CancelTyping
fn clone(&self) -> CancelTyping
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 CancelTyping
impl Debug for CancelTyping
Source§impl Default for CancelTyping
impl Default for CancelTyping
Source§fn default() -> CancelTyping
fn default() -> CancelTyping
Returns the “default value” for a type. Read more
Source§impl PacketVariable for CancelTyping
impl PacketVariable for CancelTyping
Source§impl PartialEq for CancelTyping
impl PartialEq for CancelTyping
impl StructuralPartialEq for CancelTyping
Auto Trait Implementations§
impl Freeze for CancelTyping
impl RefUnwindSafe for CancelTyping
impl Send for CancelTyping
impl Sync for CancelTyping
impl Unpin for CancelTyping
impl UnwindSafe for CancelTyping
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