Enum rustc::middle::typeck::infer::region_inference::CombineMapType[src]

pub enum CombineMapType {
    Lub,
    Glb,
}

Variants

Lub
Glb

Trait Implementations

Derived Implementations

impl PartialEq for CombineMapType

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

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