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

pub struct MethodCallee<'tcx> {
    pub def_id: DefId,
    pub ty: Ty<'tcx>,
    pub substs: &'tcx Substs<'tcx>,
}
🔬 This is a nightly-only experimental API. (rustc_private)

Fields

🔬 This is a nightly-only experimental API. (rustc_private)

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

🔬 This is a nightly-only experimental API. (rustc_private)
🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter.

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

🔬 This is a nightly-only experimental API. (rustc_private)

deprecated in favor of rustc-serialize on crates.io

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

🔬 This is a nightly-only experimental API. (rustc_private)

deprecated in favor of rustc-serialize on crates.io