pub struct TradedFlatSwitchField(pub FIXBoolean);Expand description
TradedFlatSwitchField is a BOOLEAN field, Tag 258.
Tuple Fields§
§0: FIXBooleanImplementations§
Trait Implementations§
impl FieldValue for TradedFlatSwitchField
Auto Trait Implementations§
impl Freeze for TradedFlatSwitchField
impl RefUnwindSafe for TradedFlatSwitchField
impl Send for TradedFlatSwitchField
impl Sync for TradedFlatSwitchField
impl Unpin for TradedFlatSwitchField
impl UnsafeUnpin for TradedFlatSwitchField
impl UnwindSafe for TradedFlatSwitchField
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