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