Struct rustc::middle::typeck::MethodCallee[src]

pub struct MethodCallee {
    pub origin: MethodOrigin,
    pub ty: t,
    pub substs: Substs,
}

Fields

origin
ty
substs

Trait Implementations

impl Repr for MethodCallee

fn repr(&self, tcx: &ctxt) -> String

Derived Implementations

impl Clone for MethodCallee

fn clone(&self) -> MethodCallee

fn clone_from(&mut self, source: &Self)