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