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