Enum rustc_typeck::middle::ty::BoundRegionUnstable
[-] [+]
[src]
pub enum BoundRegion { BrAnon(u32), BrNamed(DefId, Name), BrFresh(u32), BrEnv, }
pub enum BoundRegion { BrAnon(u32), BrNamed(DefId, Name), BrFresh(u32), BrEnv, }
impl tr for BoundRegion
fn tr(&self, dcx: &DecodeContext) -> BoundRegion
impl<'tcx> Repr<'tcx> for BoundRegion
impl Copy for BoundRegion
impl Debug for BoundRegion
impl Decodable for BoundRegion
fn decode<__D>(__arg_0: &mut __D) -> Result<BoundRegion, __D::Error> where __D: Decoder
impl Encodable for BoundRegion
impl Hash for BoundRegion
fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Ord for BoundRegion
fn cmp(&self, __arg_0: &BoundRegion) -> Ordering
impl Eq for BoundRegion
impl PartialOrd<BoundRegion> for BoundRegion
fn partial_cmp(&self, __arg_0: &BoundRegion) -> Option<Ordering>
fn lt(&self, __arg_0: &BoundRegion) -> bool
fn le(&self, __arg_0: &BoundRegion) -> bool
fn gt(&self, __arg_0: &BoundRegion) -> bool
fn ge(&self, __arg_0: &BoundRegion) -> bool
impl PartialEq<BoundRegion> for BoundRegion
fn eq(&self, __arg_0: &BoundRegion) -> bool
fn ne(&self, __arg_0: &BoundRegion) -> bool
impl Clone for BoundRegion
fn clone(&self) -> BoundRegion
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).