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