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