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