pub enum Month {
Show 13 variants
Meskerem,
Tikimit,
Hedar,
Tahasass,
Tir,
Yekatit,
Megabit,
Miyazia,
Ginbot,
Sene,
Hamle,
Nehase,
Puagme,
}
Expand description
Months of the Ethiopian year.
Variants
Meskerem
Tikimit
Hedar
Tahasass
Tir
Yekatit
Megabit
Miyazia
Ginbot
Sene
Hamle
Nehase
Puagme
Trait Implementations
impl Copy for Month
impl StructuralPartialEq for Month
Auto Trait Implementations
impl RefUnwindSafe for Month
impl Send for Month
impl Sync for Month
impl Unpin for Month
impl UnwindSafe for Month
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more