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