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