Enum rustc_typeck::middle::infer::type_variable::RelationDirExperimental [-]  [+] [src]

pub enum RelationDir {
    SubtypeOf,
    SupertypeOf,
    EqTo,
}

Variants

SubtypeOf
SupertypeOf
EqTo

Trait Implementations

Derived Implementations

impl Show for RelationDir

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

impl PartialEq<RelationDir> for RelationDir

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

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

fn ne(&self, &RelationDir) -> bool

impl Copy for RelationDir