pub enum Calendar {
Show 16 variants
Gregorian,
Chinese,
Coptic,
DiscWorld,
Ethiopian,
Hebrew,
Islamic,
Julian,
Mayan,
Nanakshahi,
Nepali,
Persian,
Jalali,
Taiwan,
Thai,
Ummalqura,
}
Variants§
Gregorian
Chinese
Coptic
DiscWorld
Ethiopian
Hebrew
Islamic
Julian
Mayan
Nanakshahi
Nepali
Persian
Jalali
Taiwan
Thai
Ummalqura
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Calendar
impl RefUnwindSafe for Calendar
impl Send for Calendar
impl Sync for Calendar
impl Unpin for Calendar
impl UnwindSafe for Calendar
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