pub struct DefaultUnpark { /* private fields */ }
Expand description
Unparks threads that were parked by DefaultPark
.
Trait Implementations§
Source§impl Debug for DefaultUnpark
impl Debug for DefaultUnpark
Auto Trait Implementations§
impl Freeze for DefaultUnpark
impl RefUnwindSafe for DefaultUnpark
impl Send for DefaultUnpark
impl Sync for DefaultUnpark
impl Unpin for DefaultUnpark
impl UnwindSafe for DefaultUnpark
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