pub struct WakerSlot(/* private fields */);Expand description
Implementations§
Trait Implementations§
impl Send for WakerSlot
impl Sync for WakerSlot
Auto Trait Implementations§
impl !Freeze for WakerSlot
impl RefUnwindSafe for WakerSlot
impl Unpin for WakerSlot
impl UnsafeUnpin for WakerSlot
impl UnwindSafe for WakerSlot
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