pub struct ParallelGainResult {
pub current_components: usize,
pub current_max_chain: usize,
pub gains: Vec<ParallelGainItem>,
}Fields§
§current_components: usize§current_max_chain: usize§gains: Vec<ParallelGainItem>Trait Implementations§
Source§impl Clone for ParallelGainResult
impl Clone for ParallelGainResult
Source§fn clone(&self) -> ParallelGainResult
fn clone(&self) -> ParallelGainResult
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 ParallelGainResult
impl Debug for ParallelGainResult
Auto Trait Implementations§
impl Freeze for ParallelGainResult
impl RefUnwindSafe for ParallelGainResult
impl Send for ParallelGainResult
impl Sync for ParallelGainResult
impl Unpin for ParallelGainResult
impl UnsafeUnpin for ParallelGainResult
impl UnwindSafe for ParallelGainResult
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