pub struct TransitiveReduction;Trait Implementations§
Source§impl Analysis for TransitiveReduction
impl Analysis for TransitiveReduction
type Output = TransitiveReductionResult
fn name(&self) -> &str
fn run(&self, ctx: &AnalysisContext<'_>) -> TransitiveReductionResult
Auto Trait Implementations§
impl Freeze for TransitiveReduction
impl RefUnwindSafe for TransitiveReduction
impl Send for TransitiveReduction
impl Sync for TransitiveReduction
impl Unpin for TransitiveReduction
impl UnsafeUnpin for TransitiveReduction
impl UnwindSafe for TransitiveReduction
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