pub enum WheelType {
Second,
Minute,
Hour,
}Expand description
Represents the type of wheel a task is currently in.
Variants§
Trait Implementations§
impl Copy for WheelType
impl StructuralPartialEq for WheelType
Auto Trait Implementations§
impl Freeze for WheelType
impl RefUnwindSafe for WheelType
impl Send for WheelType
impl Sync for WheelType
impl Unpin for WheelType
impl UnsafeUnpin for WheelType
impl UnwindSafe for WheelType
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