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