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