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