Enum rustc::middle::ty::InferRegionExperimental [-]  [+] [src]

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

Variants

ReVar
ReSkolemized

Trait Implementations

impl PartialEq for InferRegion

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

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

Derived Implementations

impl Copy for InferRegion

impl Show for InferRegion

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

impl<__S: Writer> Hash<__S> for InferRegion

fn hash(&self, __arg_0: &mut __S)

impl Eq for InferRegion

fn assert_receiver_is_total_eq(&self)

impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for InferRegion

fn decode(__arg_0: &mut __D) -> Result<InferRegion, __E>

impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for InferRegion

fn encode(&self, __arg_0: &mut __S) -> Result<(), __E>

impl Clone for InferRegion

fn clone(&self) -> InferRegion

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