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