pub struct TradingConfirmation {}
Trait Implementations§
Source§impl BaseParser for TradingConfirmation
impl BaseParser for TradingConfirmation
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 TradingConfirmation
impl Clone for TradingConfirmation
Source§fn clone(&self) -> TradingConfirmation
fn clone(&self) -> TradingConfirmation
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 TradingConfirmation
impl Debug for TradingConfirmation
Source§impl Default for TradingConfirmation
impl Default for TradingConfirmation
Source§fn default() -> TradingConfirmation
fn default() -> TradingConfirmation
Returns the “default value” for a type. Read more
Source§impl PacketVariable for TradingConfirmation
impl PacketVariable for TradingConfirmation
Source§impl PartialEq for TradingConfirmation
impl PartialEq for TradingConfirmation
impl StructuralPartialEq for TradingConfirmation
Auto Trait Implementations§
impl Freeze for TradingConfirmation
impl RefUnwindSafe for TradingConfirmation
impl Send for TradingConfirmation
impl Sync for TradingConfirmation
impl Unpin for TradingConfirmation
impl UnwindSafe for TradingConfirmation
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