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