Struct rustc::middle::ty::FreeRegionExperimental [-]  [+] [src]

pub struct FreeRegion {
    pub scope: CodeExtent,
    pub bound_region: BoundRegion,
}

A "free" region fr can be interpreted as "some region at least as big as the scope fr.scope".

Fields

scope
bound_region

Trait Implementations

impl<'tcx> Repr<'tcx> for FreeRegion

fn repr(&self, tcx: &ctxt) -> String

Derived Implementations

impl Copy for FreeRegion

impl Show for FreeRegion

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

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

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

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

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

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

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

impl Ord for FreeRegion

fn cmp(&self, __arg_0: &FreeRegion) -> Ordering

impl Eq for FreeRegion

fn assert_receiver_is_total_eq(&self)

impl PartialOrd for FreeRegion

fn partial_cmp(&self, __arg_0: &FreeRegion) -> Option<Ordering>

fn lt(&self, __arg_0: &FreeRegion) -> bool

fn le(&self, __arg_0: &FreeRegion) -> bool

fn gt(&self, __arg_0: &FreeRegion) -> bool

fn ge(&self, __arg_0: &FreeRegion) -> bool

impl PartialEq for FreeRegion

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

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

impl Clone for FreeRegion

fn clone(&self) -> FreeRegion

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