pub struct MassStatusReqTypeField(pub FIXInt);Expand description
MassStatusReqTypeField is a INT field, Tag 585.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for MassStatusReqTypeField
Auto Trait Implementations§
impl Freeze for MassStatusReqTypeField
impl RefUnwindSafe for MassStatusReqTypeField
impl Send for MassStatusReqTypeField
impl Sync for MassStatusReqTypeField
impl Unpin for MassStatusReqTypeField
impl UnsafeUnpin for MassStatusReqTypeField
impl UnwindSafe for MassStatusReqTypeField
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