pub enum CronType {
PowerOff,
}Variants§
PowerOff
Auto Trait Implementations§
impl Freeze for CronType
impl RefUnwindSafe for CronType
impl Send for CronType
impl Sync for CronType
impl Unpin for CronType
impl UnsafeUnpin for CronType
impl UnwindSafe for CronType
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