pub enum TradSesMethod {
Electronic = 1,
OpenOutcry = 2,
TwoParty = 3,
}Variants§
Implementations§
Source§impl TradSesMethod
impl TradSesMethod
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for TradSesMethod
impl Clone for TradSesMethod
Source§fn clone(&self) -> TradSesMethod
fn clone(&self) -> TradSesMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TradSesMethod
Source§impl Debug for TradSesMethod
impl Debug for TradSesMethod
impl Eq for TradSesMethod
Source§impl FromStr for TradSesMethod
impl FromStr for TradSesMethod
Source§impl Hash for TradSesMethod
impl Hash for TradSesMethod
Source§impl IntoFixValue for TradSesMethod
impl IntoFixValue for TradSesMethod
Source§impl PartialEq for TradSesMethod
impl PartialEq for TradSesMethod
Source§fn eq(&self, other: &TradSesMethod) -> bool
fn eq(&self, other: &TradSesMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TradSesMethod
Auto Trait Implementations§
impl Freeze for TradSesMethod
impl RefUnwindSafe for TradSesMethod
impl Send for TradSesMethod
impl Sync for TradSesMethod
impl Unpin for TradSesMethod
impl UnsafeUnpin for TradSesMethod
impl UnwindSafe for TradSesMethod
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