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