pub struct Parallel<T> {
pub name: String,
pub success_policy: ParallelPolicy,
pub failure_policy: ParallelPolicy,
/* private fields */
}Fields§
§name: String§success_policy: ParallelPolicy§failure_policy: ParallelPolicyImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Parallel<T>
impl<T> !RefUnwindSafe for Parallel<T>
impl<T> Send for Parallel<T>
impl<T> Sync for Parallel<T>
impl<T> Unpin for Parallel<T>
impl<T> UnsafeUnpin for Parallel<T>
impl<T> !UnwindSafe for Parallel<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