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