Enum rustc::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<'tcx> Repr<'tcx> for BoundRegion
impl Copy for BoundRegion
impl Debug for BoundRegion
impl Decodable for BoundRegion
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<BoundRegion, __D>
impl Encodable for BoundRegion
impl Hash for BoundRegion
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
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 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 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
).