Enum rustc::middle::typeck::check::method::StaticMethodsFlag[src]

pub enum StaticMethodsFlag {
    ReportStaticMethods,
    IgnoreStaticMethods,
}

Variants

ReportStaticMethods
IgnoreStaticMethods

Trait Implementations

Derived Implementations

impl PartialEq for StaticMethodsFlag

fn eq(&self, __arg_0: &StaticMethodsFlag) -> bool

fn ne(&self, __arg_0: &StaticMethodsFlag) -> bool