Enum rustc::middle::traits::MethodMatchedDataUnstable [-] [+] [src]

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

Variants

PreciseMethodMatch
CoerciveMethodMatch

Trait Implementations

Derived Implementations

impl Debug for MethodMatchedData

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

impl Clone for MethodMatchedData

fn clone(&self) -> MethodMatchedData

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

impl Copy for MethodMatchedData