pub struct ReductionStats {
pub removed: usize,
pub remaining: usize,
}Expand description
Summary statistics from transitive_reduction_dag_stats.
Fields§
§removed: usize§remaining: usizeTrait Implementations§
Source§impl Clone for ReductionStats
impl Clone for ReductionStats
Source§fn clone(&self) -> ReductionStats
fn clone(&self) -> ReductionStats
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 moreimpl Copy for ReductionStats
Source§impl Debug for ReductionStats
impl Debug for ReductionStats
impl Eq for ReductionStats
Source§impl PartialEq for ReductionStats
impl PartialEq for ReductionStats
impl StructuralPartialEq for ReductionStats
Auto Trait Implementations§
impl Freeze for ReductionStats
impl RefUnwindSafe for ReductionStats
impl Send for ReductionStats
impl Sync for ReductionStats
impl Unpin for ReductionStats
impl UnsafeUnpin for ReductionStats
impl UnwindSafe for ReductionStats
Blanket Implementations§
Source§impl<T> AccumulatePathExt for T
impl<T> AccumulatePathExt for T
fn accumulate_path<O, I>(path: I) -> Owhere
O: Orientation,
I: IntoIterator<Item = O>,
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