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