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