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