Enum rustc_trans::middle::ty::BoundRegionExperimental
[-]
[+]
[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 Show for BoundRegion
impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for BoundRegion
fn decode(__arg_0: &mut __D) -> Result<BoundRegion, __E>
impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for BoundRegion
impl<__S: Writer> Hash<__S> for BoundRegion
fn hash(&self, __arg_0: &mut __S)
impl Ord for BoundRegion
fn cmp(&self, __arg_0: &BoundRegion) -> Ordering
impl Eq for BoundRegion
fn assert_receiver_is_total_eq(&self)
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
fn lt(&self, &BoundRegion) -> bool
fn le(&self, &BoundRegion) -> bool
fn gt(&self, &BoundRegion) -> bool
fn ge(&self, &BoundRegion) -> bool
impl PartialEq<BoundRegion> for BoundRegion
fn eq(&self, __arg_0: &BoundRegion) -> bool
fn ne(&self, __arg_0: &BoundRegion) -> bool
fn ne(&self, &BoundRegion) -> bool
impl Clone for BoundRegion
fn clone(&self) -> BoundRegion
fn clone_from(&mut self, &BoundRegion)
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
).