Enum move_model::exp_rewriter::RewriteTarget
source · [−]Expand description
A target for expression rewrites of either an Exp::LocalVar
or an Exp::Temporary
.
This is used as a parameter to the replacer
function which defines the behavior of
the rewriter. Notice we use a single function entry point for replacer
to allow it
to be a function which mutates it’s context.
Variants
LocalVar(Symbol)
Temporary(TempIndex)
Auto Trait Implementations
impl RefUnwindSafe for RewriteTarget
impl Send for RewriteTarget
impl Sync for RewriteTarget
impl Unpin for RewriteTarget
impl UnwindSafe for RewriteTarget
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more