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 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 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<TradingOtherNotAllowed> for TradingOtherNotAllowed
impl PartialEq<TradingOtherNotAllowed> for TradingOtherNotAllowed
source§fn eq(&self, other: &TradingOtherNotAllowed) -> bool
fn eq(&self, other: &TradingOtherNotAllowed) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TradingOtherNotAllowed
Auto Trait Implementations§
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