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