pub enum Xcalendar {
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 Xcalendar
impl RefUnwindSafe for Xcalendar
impl Send for Xcalendar
impl Sync for Xcalendar
impl Unpin for Xcalendar
impl UnwindSafe for Xcalendar
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