Struct tabs::ParallelStarted
source · [−]pub struct ParallelStarted {
pub hs: Vec<JoinHandle<()>>,
}Fields
hs: Vec<JoinHandle<()>>Auto Trait Implementations
impl RefUnwindSafe for ParallelStarted
impl Send for ParallelStarted
impl Sync for ParallelStarted
impl Unpin for ParallelStarted
impl UnwindSafe for ParallelStarted
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more