struct Wakers {
wakers: HashMap<u16, Option<Waker>>,
}
Expand description
Wakers is a helper struct to store the task wakers
Fields§
§wakers: HashMap<u16, Option<Waker>>
Implementations§
Auto Trait Implementations§
impl Freeze for Wakers
impl RefUnwindSafe for Wakers
impl Send for Wakers
impl Sync for Wakers
impl Unpin for Wakers
impl UnwindSafe for Wakers
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