pub struct TradSesStartTimeField(pub FIXUTCTimestamp);Expand description
TradSesStartTimeField is a UTCTIMESTAMP field, Tag 341.
Tuple Fields§
§0: FIXUTCTimestampImplementations§
Trait Implementations§
impl FieldValue for TradSesStartTimeField
Auto Trait Implementations§
impl Freeze for TradSesStartTimeField
impl RefUnwindSafe for TradSesStartTimeField
impl Send for TradSesStartTimeField
impl Sync for TradSesStartTimeField
impl Unpin for TradSesStartTimeField
impl UnsafeUnpin for TradSesStartTimeField
impl UnwindSafe for TradSesStartTimeField
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