Struct rustc_lint::middle::ty::MethodCalleeUnstable [-] [+] [src]

pub struct MethodCallee<'tcx> {
    pub origin: MethodOrigin<'tcx>,
    pub ty: &'tcx TyS<'tcx>,
    pub substs: Substs<'tcx>,
}

Fields

origin
ty
substs

Trait Implementations

impl<'tcx> Repr<'tcx> for MethodCallee<'tcx>

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

Derived Implementations

impl<'tcx> Clone for MethodCallee<'tcx>

fn clone(&self) -> MethodCallee<'tcx>

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