pub struct Unparker(/* private fields */);
Expand description
Unparker for the associated parked thread
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Unparker
impl RefUnwindSafe for Unparker
impl Unpin for Unparker
impl UnwindSafe for Unparker
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