pub struct ParallelStarted {
pub hs: Vec<JoinHandle<()>>,
}Fields§
§hs: Vec<JoinHandle<()>>Auto Trait Implementations§
impl Freeze for ParallelStarted
impl RefUnwindSafe for ParallelStarted
impl Send for ParallelStarted
impl Sync for ParallelStarted
impl Unpin for ParallelStarted
impl UnwindSafe for ParallelStarted
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