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