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