pub struct SmolJoinHandle<T>(/* private fields */);Expand description
AsyncJoinHandle implementation for smol
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for SmolJoinHandle<T>
impl<T> RefUnwindSafe for SmolJoinHandle<T>
impl<T> Send for SmolJoinHandle<T>where
T: Send,
impl<T> Sync for SmolJoinHandle<T>
impl<T> Unpin for SmolJoinHandle<T>
impl<T> UnwindSafe for SmolJoinHandle<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