Enum quickfix_msg43::field_types::TradSesMode
source · pub enum TradSesMode {
Production = 3,
Testing = 1,
Simulated = 2,
}
Variants§
Implementations§
source§impl TradSesMode
impl TradSesMode
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for TradSesMode
impl Clone for TradSesMode
source§fn clone(&self) -> TradSesMode
fn clone(&self) -> TradSesMode
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 TradSesMode
impl Debug for TradSesMode
source§impl FromStr for TradSesMode
impl FromStr for TradSesMode
source§impl Hash for TradSesMode
impl Hash for TradSesMode
source§impl IntoFixValue for TradSesMode
impl IntoFixValue for TradSesMode
source§impl PartialEq for TradSesMode
impl PartialEq for TradSesMode
source§fn eq(&self, other: &TradSesMode) -> bool
fn eq(&self, other: &TradSesMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TradSesMode
impl Eq for TradSesMode
impl StructuralPartialEq for TradSesMode
Auto Trait Implementations§
impl RefUnwindSafe for TradSesMode
impl Send for TradSesMode
impl Sync for TradSesMode
impl Unpin for TradSesMode
impl UnwindSafe for TradSesMode
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