enum YearRepr {
Full,
Century,
LastTwo,
}
Available on (crate features
formatting
or parsing
) and crate feature alloc
only.Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YearRepr
impl RefUnwindSafe for YearRepr
impl Send for YearRepr
impl Sync for YearRepr
impl Unpin for YearRepr
impl UnwindSafe for YearRepr
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