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