Enum rustc_lint::middle::resolve_lifetime::DefRegion [] [src]

pub enum DefRegion {
    DefStaticRegion,
    DefEarlyBoundRegion(ParamSpaceu32u32),
    DefLateBoundRegion(DebruijnIndexu32),
    DefFreeRegion(CallSiteScopeDatau32),
}
Unstable (rustc_private)

Variants

DefStaticRegion
Unstable (rustc_private)
DefEarlyBoundRegion(ParamSpaceu32u32)
Unstable (rustc_private)
DefLateBoundRegion(DebruijnIndexu32)
Unstable (rustc_private)
DefFreeRegion(CallSiteScopeDatau32)
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl Debug for DefRegion

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

impl Decodable for DefRegion

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

impl Encodable for DefRegion

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

impl Hash for DefRegion

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

impl Eq for DefRegion

impl PartialEq<DefRegion> for DefRegion

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

This method tests for self and other values to be equal, and is used by ==. Read more

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

This method tests for !=.

impl Copy for DefRegion

impl Clone for DefRegion

fn clone(&self) -> DefRegion

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more