Struct rustc::middle::ty::FreeRegion[src]

pub struct FreeRegion {
    pub scope_id: NodeId,
    pub bound_region: BoundRegion,
}

Fields

scope_id
bound_region

Trait Implementations

Derived Implementations

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 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)