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