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