Struct rustc::middle::typeck::MethodCallee[src]
pub struct MethodCallee {
pub origin: MethodOrigin,
pub ty: t,
pub substs: Substs,
}Fields
origin | |
ty | |
substs |
pub struct MethodCallee {
pub origin: MethodOrigin,
pub ty: t,
pub substs: Substs,
}origin | |
ty | |
substs |
impl Repr for MethodCalleeimpl Clone for MethodCalleefn clone(&self) -> MethodCalleefn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).