Struct rustc::ty::MethodCallee [] [src]

pub struct MethodCallee<'tcx> {
    pub def_id: DefId,
    pub ty: Ty<'tcx>,
    pub substs: &'tcx Substs<'tcx>,
}
Unstable (rustc_private)

Fields

def_id: DefId
Unstable (rustc_private)

Impl method ID, for inherent methods, or trait method ID, otherwise.

ty: Ty<'tcx>
Unstable (rustc_private)
substs: &'tcx Substs<'tcx>
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl<'tcx> Debug for MethodCallee<'tcx>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl<'tcx> Copy for MethodCallee<'tcx>
[src]

impl<'tcx> Clone for MethodCallee<'tcx>
[src]

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

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more