pub struct ParsedDate {
pub date: GregorianOrSac13,
pub format: ParsedFormat,
}Fields§
§date: GregorianOrSac13§format: ParsedFormatTrait Implementations§
Source§impl Clone for ParsedDate
impl Clone for ParsedDate
Source§fn clone(&self) -> ParsedDate
fn clone(&self) -> ParsedDate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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