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