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