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