pub struct WakerEntry<T> { /* private fields */ }
Expand description
A waker entry that can be added to a list.
Implementations§
Source§impl<T> WakerEntry<T>
impl<T> WakerEntry<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for WakerEntry<T>
impl<T> RefUnwindSafe for WakerEntry<T>
impl<T> Send for WakerEntry<T>where
T: Send,
impl<T> !Sync for WakerEntry<T>
impl<T> !Unpin for WakerEntry<T>
impl<T> UnwindSafe for WakerEntry<T>
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