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