Struct rustc_trans::middle::ty::OutlivesPredicateExperimental
[-]
[+]
[src]
pub struct OutlivesPredicate<A, B>(pub A, pub B);
pub struct OutlivesPredicate<A, B>(pub A, pub B);
impl<T: RegionEscape, U: RegionEscape> RegionEscape for OutlivesPredicate<T, U>
fn has_regions_escaping_depth(&self, depth: u32) -> bool
fn has_escaping_regions(&self) -> bool
impl<T: HasProjectionTypes, U: HasProjectionTypes> HasProjectionTypes for OutlivesPredicate<T, U>
fn has_projection_types(&self) -> bool
impl<A, B> ReferencesError for OutlivesPredicate<A, B>
fn references_error(&self) -> bool
impl<'tcx, T, U> TypeFoldable<'tcx> for OutlivesPredicate<T, U>
fn fold_with<F: TypeFolder<'tcx>>(&self, folder: &mut F) -> OutlivesPredicate<T, U>
impl<'tcx, T, U> Repr<'tcx> for OutlivesPredicate<T, U>
impl<'tcx, T, U> UserString<'tcx> for OutlivesPredicate<T, U>
fn user_string(&self, tcx: &ctxt<'tcx>) -> String
impl<A: Show, B: Show> Show for OutlivesPredicate<A, B>
impl<__S: Writer, A: Hash<__S>, B: Hash<__S>> Hash<__S> for OutlivesPredicate<A, B>
fn hash(&self, __arg_0: &mut __S)
impl<A: Eq, B: Eq> Eq for OutlivesPredicate<A, B>
fn assert_receiver_is_total_eq(&self)
impl<A: PartialEq<A>, B: PartialEq<B>> PartialEq<OutlivesPredicate<A, B>> for OutlivesPredicate<A, B>
fn eq(&self, __arg_0: &OutlivesPredicate<A, B>) -> bool
fn ne(&self, __arg_0: &OutlivesPredicate<A, B>) -> bool
fn ne(&self, &OutlivesPredicate<A, B>) -> bool
impl<A: Clone, B: Clone> Clone for OutlivesPredicate<A, B>
fn clone(&self) -> OutlivesPredicate<A, B>
fn clone_from(&mut self, &OutlivesPredicate<A, B>)
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
).