pub struct Join_handle_type<T>(/* private fields */);
Implementations§
Source§impl<T> Join_handle_type<T>
impl<T> Join_handle_type<T>
pub fn Join(self) -> Result<T, Box<dyn Any + Send>>
pub fn Get_thread_identifier(&self) -> Thread_identifier_type
Auto Trait Implementations§
impl<T> Freeze for Join_handle_type<T>
impl<T> !RefUnwindSafe for Join_handle_type<T>
impl<T> Send for Join_handle_type<T>
impl<T> Sync for Join_handle_type<T>
impl<T> Unpin for Join_handle_type<T>
impl<T> !UnwindSafe for Join_handle_type<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