Enum rustc_trans::middle::resolve_lifetime::DefRegionExperimental [-]  [+] [src]

pub enum DefRegion {
    DefStaticRegion,
    DefEarlyBoundRegion(ParamSpace, u32, u32),
    DefLateBoundRegion(DebruijnIndex, u32),
    DefFreeRegion(CodeExtent, u32),
}

Variants

DefStaticRegion
DefEarlyBoundRegion
DefLateBoundRegion
DefFreeRegion

Trait Implementations

Derived Implementations

impl Show for DefRegion

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

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

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

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

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

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

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

impl Eq for DefRegion

fn assert_receiver_is_total_eq(&self)

impl PartialEq<DefRegion> for DefRegion

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

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

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

impl Copy for DefRegion

impl Clone for DefRegion

fn clone(&self) -> DefRegion

fn clone_from(&mut self, &DefRegion)