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