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