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