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