pub struct WakerRegistry { /* private fields */ }Expand description
Waker management for async coordination.
Trait Implementations§
Source§impl Debug for WakerRegistry
impl Debug for WakerRegistry
Source§impl Default for WakerRegistry
impl Default for WakerRegistry
Source§fn default() -> WakerRegistry
fn default() -> WakerRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WakerRegistry
impl RefUnwindSafe for WakerRegistry
impl Send for WakerRegistry
impl Sync for WakerRegistry
impl Unpin for WakerRegistry
impl UnwindSafe for WakerRegistry
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more