enum MonthRepr {
Numerical,
Long,
Short,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MonthRepr
impl RefUnwindSafe for MonthRepr
impl Send for MonthRepr
impl Sync for MonthRepr
impl Unpin for MonthRepr
impl UnwindSafe for MonthRepr
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