Struct rustc::middle::ty::MethodParamExperimental [-]  [+] [src]

pub struct MethodParam<'tcx> {
    pub trait_ref: Rc<TraitRef<'tcx>>,
    pub method_num: uint,
}

Fields

trait_ref
method_num

Trait Implementations

impl<'tcx> Repr<'tcx> for MethodParam<'tcx>

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

Derived Implementations

impl<'tcx> Show for MethodParam<'tcx>

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

impl<'tcx> Clone for MethodParam<'tcx>

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

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