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