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