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