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