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