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