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