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