pub(super) struct ParsedDate {
date: Date,
}Expand description
The result of parsing a Gregorian calendar civil date.
Fields§
§date: DateThe actual parsed date.
Trait Implementations§
Source§impl Debug for ParsedDate
impl Debug for ParsedDate
Auto Trait Implementations§
impl Freeze for ParsedDate
impl RefUnwindSafe for ParsedDate
impl Send for ParsedDate
impl Sync for ParsedDate
impl Unpin for ParsedDate
impl UnwindSafe for ParsedDate
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