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