pub struct ParallelGainItem {
pub edge_from: String,
pub edge_to: String,
pub new_components: usize,
pub new_max_chain: usize,
pub parallelism_delta: f64,
}Fields§
§edge_from: String§edge_to: String§new_components: usize§new_max_chain: usize§parallelism_delta: f64Trait Implementations§
Source§impl Clone for ParallelGainItem
impl Clone for ParallelGainItem
Source§fn clone(&self) -> ParallelGainItem
fn clone(&self) -> ParallelGainItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParallelGainItem
impl Debug for ParallelGainItem
Auto Trait Implementations§
impl Freeze for ParallelGainItem
impl RefUnwindSafe for ParallelGainItem
impl Send for ParallelGainItem
impl Sync for ParallelGainItem
impl Unpin for ParallelGainItem
impl UnsafeUnpin for ParallelGainItem
impl UnwindSafe for ParallelGainItem
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