pub enum AlarmDay {
Date(Date),
Weekday(Weekday),
EveryDay,
}
Variants§
Trait Implementations§
impl Copy for AlarmDay
impl Eq for AlarmDay
impl StructuralPartialEq for AlarmDay
Auto Trait Implementations§
impl Freeze for AlarmDay
impl RefUnwindSafe for AlarmDay
impl Send for AlarmDay
impl Sync for AlarmDay
impl Unpin for AlarmDay
impl UnwindSafe for AlarmDay
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