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