Enum rustc_trans::middle::traits::MethodMatchedDataExperimental [-]  [+] [src]

pub enum MethodMatchedData {
    PreciseMethodMatch,
    CoerciveMethodMatch(DefId),
}

Variants

PreciseMethodMatch
CoerciveMethodMatch

Trait Implementations

Derived Implementations

impl Show for MethodMatchedData

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

impl Copy for MethodMatchedData