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