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