pub struct LocalWaker { /* private fields */ }
Expand description
Local thread Waker struct
Trait Implementations§
Source§impl Default for LocalWaker
impl Default for LocalWaker
Auto Trait Implementations§
impl !Freeze for LocalWaker
impl RefUnwindSafe for LocalWaker
impl Send for LocalWaker
impl Sync for LocalWaker
impl Unpin for LocalWaker
impl UnwindSafe for LocalWaker
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