pub struct ExtractionSubst;Expand description
A SubstMethod that extracts the smallest term (measured by AstSize) of an e-class to do substitution on it.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtractionSubst
impl RefUnwindSafe for ExtractionSubst
impl Send for ExtractionSubst
impl Sync for ExtractionSubst
impl Unpin for ExtractionSubst
impl UnsafeUnpin for ExtractionSubst
impl UnwindSafe for ExtractionSubst
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