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