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