Struct timely_communication::initialize::WorkerGuards
source · [−]pub struct WorkerGuards<T: Send + 'static> { /* private fields */ }
Expand description
Maintains JoinHandle
s for worker threads.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for WorkerGuards<T>
impl<T> Send for WorkerGuards<T>
impl<T> !Sync for WorkerGuards<T>
impl<T> Unpin for WorkerGuards<T>
impl<T> !UnwindSafe for WorkerGuards<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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