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