pub struct ReductionSummary {
pub rank: usize,
pub pivots: Vec<u32>,
}Fields§
§rank: usize§pivots: Vec<u32>Trait Implementations§
Source§impl Clone for ReductionSummary
impl Clone for ReductionSummary
Source§fn clone(&self) -> ReductionSummary
fn clone(&self) -> ReductionSummary
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 ReductionSummary
impl Debug for ReductionSummary
Source§impl PartialEq for ReductionSummary
impl PartialEq for ReductionSummary
impl Eq for ReductionSummary
impl StructuralPartialEq for ReductionSummary
Auto Trait Implementations§
impl Freeze for ReductionSummary
impl RefUnwindSafe for ReductionSummary
impl Send for ReductionSummary
impl Sync for ReductionSummary
impl Unpin for ReductionSummary
impl UnsafeUnpin for ReductionSummary
impl UnwindSafe for ReductionSummary
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