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