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