Enum rustc_lint::middle::infer::region_inference::CombineMapTypeUnstable [-] [+] [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

impl Clone for CombineMapType

fn clone(&self) -> CombineMapType

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

impl Copy for CombineMapType