struct JoinInner<'scope, T> {
native: Thread,
thread: Thread,
packet: Arc<Packet<'scope, T>>,
}
Expand description
Inner representation for JoinHandle
Fields§
§native: Thread
§thread: Thread
§packet: Arc<Packet<'scope, T>>
Implementations§
Auto Trait Implementations§
impl<'scope, T> !RefUnwindSafe for JoinInner<'scope, T>
impl<'scope, T> Send for JoinInner<'scope, T>where T: Send + Sync,
impl<'scope, T> Sync for JoinInner<'scope, T>where T: Send + Sync,
impl<'scope, T> Unpin for JoinInner<'scope, T>
impl<'scope, T> !UnwindSafe for JoinInner<'scope, 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