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