pub struct NestedPartySubIDField(pub FIXString);Expand description
NestedPartySubIDField is a STRING field, Tag 545.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for NestedPartySubIDField
Auto Trait Implementations§
impl Freeze for NestedPartySubIDField
impl RefUnwindSafe for NestedPartySubIDField
impl Send for NestedPartySubIDField
impl Sync for NestedPartySubIDField
impl Unpin for NestedPartySubIDField
impl UnsafeUnpin for NestedPartySubIDField
impl UnwindSafe for NestedPartySubIDField
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