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