Struct ra_ap_stdx::thread::JoinHandle
source · pub struct JoinHandle<T = ()> { /* private fields */ }
Implementations§
source§impl<T> JoinHandle<T>
impl<T> JoinHandle<T>
Trait Implementations§
source§impl<T> Debug for JoinHandle<T>
impl<T> Debug for JoinHandle<T>
Auto Trait Implementations§
impl<T = ()> !RefUnwindSafe for JoinHandle<T>
impl<T> Send for JoinHandle<T>
impl<T> Sync for JoinHandle<T>
impl<T> Unpin for JoinHandle<T>
impl<T = ()> !UnwindSafe for JoinHandle<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