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