pub enum MonthTerm {
Month01,
Month02,
Month03,
Month04,
Month05,
Month06,
Month07,
Month08,
Month09,
Month10,
Month11,
Month12,
}
Expand description
Variants§
Implementations§
Trait Implementations§
Source§impl EnumProperty for MonthTerm
impl EnumProperty for MonthTerm
impl Copy for MonthTerm
impl Eq for MonthTerm
impl StructuralPartialEq for MonthTerm
Auto Trait Implementations§
impl Freeze for MonthTerm
impl RefUnwindSafe for MonthTerm
impl Send for MonthTerm
impl Sync for MonthTerm
impl Unpin for MonthTerm
impl UnwindSafe for MonthTerm
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