pub struct SynExprSubst;Expand description
A SubstMethod that uses the EGraph::get_syn_expr of an e-class to do substitution on it.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SynExprSubst
impl RefUnwindSafe for SynExprSubst
impl Send for SynExprSubst
impl Sync for SynExprSubst
impl Unpin for SynExprSubst
impl UnsafeUnpin for SynExprSubst
impl UnwindSafe for SynExprSubst
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