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