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