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