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