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