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