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