Enum time::format_description::parse::format_item::YearRepr
source · enum YearRepr {
Full,
LastTwo,
}
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