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