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