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