pub enum NWeekday {
Every(Weekday),
Nth(i16, Weekday),
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for NWeekday
impl Ord for NWeekday
Source§impl PartialOrd for NWeekday
impl PartialOrd for NWeekday
impl Copy for NWeekday
impl Eq for NWeekday
impl StructuralPartialEq for NWeekday
Auto Trait Implementations§
impl Freeze for NWeekday
impl RefUnwindSafe for NWeekday
impl Send for NWeekday
impl Sync for NWeekday
impl Unpin for NWeekday
impl UnwindSafe for NWeekday
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