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