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