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