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