pub struct TradSesStatusField(pub FIXInt);Expand description
TradSesStatusField is a INT field, Tag 340.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for TradSesStatusField
Auto Trait Implementations§
impl Freeze for TradSesStatusField
impl RefUnwindSafe for TradSesStatusField
impl Send for TradSesStatusField
impl Sync for TradSesStatusField
impl Unpin for TradSesStatusField
impl UnsafeUnpin for TradSesStatusField
impl UnwindSafe for TradSesStatusField
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