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