Struct tokio_threadpool::park::DefaultUnpark
source · [−]pub struct DefaultUnpark { /* private fields */ }
Expand description
Unparks threads that were parked by DefaultPark
.
Trait Implementations
sourceimpl Debug for DefaultUnpark
impl Debug for DefaultUnpark
Auto Trait Implementations
impl !RefUnwindSafe for DefaultUnpark
impl Send for DefaultUnpark
impl Sync for DefaultUnpark
impl Unpin for DefaultUnpark
impl !UnwindSafe for DefaultUnpark
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more