pub struct FixDate(pub NaiveDate);Expand description
A FIX UTCDateOnly / LocalMktDate: YYYYMMDD.
Tuple Fields§
§0: NaiveDateTrait Implementations§
impl Copy for FixDate
impl Eq for FixDate
impl StructuralPartialEq for FixDate
Auto Trait Implementations§
impl Freeze for FixDate
impl RefUnwindSafe for FixDate
impl Send for FixDate
impl Sync for FixDate
impl Unpin for FixDate
impl UnsafeUnpin for FixDate
impl UnwindSafe for FixDate
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