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