enum YearBase {
Calendar,
IsoWeek,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YearBase
impl RefUnwindSafe for YearBase
impl Send for YearBase
impl Sync for YearBase
impl Unpin for YearBase
impl UnwindSafe for YearBase
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