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