pub struct ParsedFormat { /* private fields */ }Expand description
Details about the format of the parsed input.
Implementations§
Source§impl ParsedFormat
impl ParsedFormat
Sourcepub fn comp_ord(&self) -> ComponentOrder
pub fn comp_ord(&self) -> ComponentOrder
Order of the year, month, day components.
Sourcepub fn separators(&self) -> &[DateComponentSeparator; 2]
pub fn separators(&self) -> &[DateComponentSeparator; 2]
Two separator between the three date components.
Trait Implementations§
Source§impl Clone for ParsedFormat
impl Clone for ParsedFormat
Source§fn clone(&self) -> ParsedFormat
fn clone(&self) -> ParsedFormat
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 moreSource§impl Debug for ParsedFormat
impl Debug for ParsedFormat
Source§impl Display for ParsedFormat
impl Display for ParsedFormat
Source§impl Hash for ParsedFormat
impl Hash for ParsedFormat
Source§impl PartialEq for ParsedFormat
impl PartialEq for ParsedFormat
impl Eq for ParsedFormat
impl StructuralPartialEq for ParsedFormat
Auto Trait Implementations§
impl Freeze for ParsedFormat
impl RefUnwindSafe for ParsedFormat
impl Send for ParsedFormat
impl Sync for ParsedFormat
impl Unpin for ParsedFormat
impl UnwindSafe for ParsedFormat
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