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