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