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