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