pub struct SendWaker { /* private fields */ }Implementations§
Trait Implementations§
impl Send for SendWaker
impl Sync for SendWaker
Auto Trait Implementations§
impl Freeze for SendWaker
impl RefUnwindSafe for SendWaker
impl Unpin for SendWaker
impl UnsafeUnpin for SendWaker
impl UnwindSafe for SendWaker
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