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