Enum rustc_lint::middle::ty::InferRegionUnstable [-] [+] [src]

pub enum InferRegion {
    ReVar(RegionVid),
    ReSkolemized(u32, BoundRegion),
}

Variants

ReVar
ReSkolemized

Trait Implementations

impl PartialEq<InferRegion> for InferRegion

fn eq(&self, other: &InferRegion) -> bool

fn ne(&self, other: &InferRegion) -> bool

Derived Implementations

impl Copy for InferRegion

impl Debug for InferRegion

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

impl Hash for InferRegion

fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher

impl Eq for InferRegion

impl Decodable for InferRegion

fn decode<__D>(__arg_0: &mut __D) -> Result<InferRegion, __D::Error> where __D: Decoder

impl Encodable for InferRegion

fn encode<__S>(&self, __arg_0: &mut __S) -> Result<(), __S::Error> where __S: Encoder

impl Clone for InferRegion

fn clone(&self) -> InferRegion

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