[−][src]Trait c2rust_refactor::matcher::Subst
Required methods
fn subst(
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
Implementations on Foreign Types
impl Subst for Ident
[src]
fn subst(
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
[src]
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
impl Subst for P<Expr>
[src]
fn subst(
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
[src]
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
impl Subst for P<Pat>
[src]
fn subst(
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
[src]
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
impl Subst for P<Ty>
[src]
fn subst(
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
[src]
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
impl Subst for Stmt
[src]
fn subst(
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
[src]
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
impl Subst for P<Item>
[src]
fn subst(
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
[src]
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
impl Subst for ImplItem
[src]
fn subst(
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
[src]
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
impl Subst for Vec<Stmt>
[src]
fn subst(
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
[src]
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
impl Subst for Vec<P<Item>>
[src]
fn subst(
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
[src]
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
impl Subst for Vec<ImplItem>
[src]
fn subst(
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self
[src]
self,
st: &CommandState,
cx: &RefactorCtxt,
bindings: &Bindings
) -> Self