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