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