pub enum TradedFlatSwitch {
Yes,
No,
}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 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 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
impl Copy for TradedFlatSwitch
impl Eq for TradedFlatSwitch
impl StructuralPartialEq for TradedFlatSwitch
Auto Trait Implementations§
impl Freeze for TradedFlatSwitch
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