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