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 BoundRegionfn tr(&self, dcx: &DecodeContext) -> BoundRegionimpl<'tcx> Repr<'tcx> for BoundRegionimpl Copy for BoundRegionimpl Debug for BoundRegionimpl Decodable for BoundRegionfn decode<__D>(__arg_0: &mut __D) -> Result<BoundRegion, __D::Error> where __D: Decoderimpl Encodable for BoundRegionimpl Hash for BoundRegionfn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasherfn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Ord for BoundRegionfn cmp(&self, __arg_0: &BoundRegion) -> Orderingimpl Eq for BoundRegionimpl PartialOrd<BoundRegion> for BoundRegionfn partial_cmp(&self, __arg_0: &BoundRegion) -> Option<Ordering>fn lt(&self, __arg_0: &BoundRegion) -> boolfn le(&self, __arg_0: &BoundRegion) -> boolfn gt(&self, __arg_0: &BoundRegion) -> boolfn ge(&self, __arg_0: &BoundRegion) -> boolimpl PartialEq<BoundRegion> for BoundRegionfn eq(&self, __arg_0: &BoundRegion) -> boolfn ne(&self, __arg_0: &BoundRegion) -> boolimpl Clone for BoundRegionfn clone(&self) -> BoundRegionfn 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).