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