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