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