pub struct ExecutionPlanSpec {
pub groups: Vec<Vec<usize>>,
pub concurrency: i64,
}Fields§
§groups: Vec<Vec<usize>>§concurrency: i64Trait Implementations§
Source§impl Clone for ExecutionPlanSpec
impl Clone for ExecutionPlanSpec
Source§fn clone(&self) -> ExecutionPlanSpec
fn clone(&self) -> ExecutionPlanSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExecutionPlanSpec
impl RefUnwindSafe for ExecutionPlanSpec
impl Send for ExecutionPlanSpec
impl Sync for ExecutionPlanSpec
impl Unpin for ExecutionPlanSpec
impl UnsafeUnpin for ExecutionPlanSpec
impl UnwindSafe for ExecutionPlanSpec
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