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