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

pub struct RegionVid {
    pub index: u32,
}

Fields

index

Trait Implementations

impl Debug for RegionVid

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

impl<'tcx> Repr<'tcx> for RegionVid

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

Derived Implementations

impl Copy for RegionVid

impl Hash for RegionVid

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

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Decodable for RegionVid

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<RegionVid, __D>

impl Encodable for RegionVid

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

impl Eq for RegionVid

impl PartialEq for RegionVid

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

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

impl Clone for RegionVid

fn clone(&self) -> RegionVid

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