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