Enum round_based::async_runtime::watcher::When
source · [−]pub enum When {
HandleIncoming,
Proceed,
}Available on crate feature
async-runtime only.Expand description
Claims at which stage event occurred
Variants
HandleIncoming
Proceed
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for When
impl Send for When
impl Sync for When
impl Unpin for When
impl UnwindSafe for When
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more