Enum rustc_typeck::middle::infer::region_inference::CombineMapTypeExperimental [-]  [+] [src]

pub enum CombineMapType {
    Lub,
    Glb,
}

Variants

Lub
Glb

Trait Implementations

Derived Implementations

impl PartialEq<CombineMapType> for CombineMapType

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

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

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

impl Copy for CombineMapType