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