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