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