Struct edge_executor::Blocker
source · [−]pub struct Blocker<M>(_);Implementations
Trait Implementations
Auto Trait Implementations
impl<M> RefUnwindSafe for Blocker<M>where
M: RefUnwindSafe,
impl<M> Send for Blocker<M>where
M: Send,
impl<M> Sync for Blocker<M>where
M: Sync,
impl<M> Unpin for Blocker<M>where
M: Unpin,
impl<M> UnwindSafe for Blocker<M>where
M: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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