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