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