pub struct WaiterList { /* private fields */ }Expand description
A list of weak wakers waiting for notification
Uses a ring buffer that self-cleans dead entries on register.
Implementations§
Trait Implementations§
Source§impl Debug for WaiterList
impl Debug for WaiterList
Auto Trait Implementations§
impl Freeze for WaiterList
impl RefUnwindSafe for WaiterList
impl Send for WaiterList
impl Sync for WaiterList
impl Unpin for WaiterList
impl UnsafeUnpin for WaiterList
impl UnwindSafe for WaiterList
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