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