Struct rustc_trans::middle::ty::OutlivesPredicateUnstable
[-] [+]
[src]
pub struct OutlivesPredicate<A, B>(pub A, pub B);
pub struct OutlivesPredicate<A, B>(pub A, pub B);
impl<T, U> RegionEscape for OutlivesPredicate<T, U> where T: RegionEscape, U: RegionEscapefn has_regions_escaping_depth(&self, depth: u32) -> boolfn has_escaping_regions(&self) -> boolimpl<T, U> HasProjectionTypes for OutlivesPredicate<T, U> where U: HasProjectionTypes, T: HasProjectionTypesfn has_projection_types(&self) -> boolimpl<A, B> ReferencesError for OutlivesPredicate<A, B> where B: ReferencesError, A: ReferencesErrorfn references_error(&self) -> boolimpl<'tcx, T, U> TypeFoldable<'tcx> for OutlivesPredicate<T, U> where U: TypeFoldable<'tcx>, T: TypeFoldable<'tcx>fn fold_with<F>(&self, folder: &mut F) -> OutlivesPredicate<T, U> where F: TypeFolder<'tcx>impl<'tcx, T, U> Repr<'tcx> for OutlivesPredicate<T, U> where U: Repr<'tcx> + TypeFoldable<'tcx>, T: Repr<'tcx> + TypeFoldable<'tcx>impl<'tcx, T, U> UserString<'tcx> for OutlivesPredicate<T, U> where U: UserString<'tcx> + TypeFoldable<'tcx>, T: UserString<'tcx> + TypeFoldable<'tcx>fn user_string(&self, tcx: &ctxt<'tcx>) -> Stringimpl<A, B> Debug for OutlivesPredicate<A, B> where B: Debug + Debug, A: Debug + Debugimpl<A, B> Hash for OutlivesPredicate<A, B> where B: Hash + Hash, A: Hash + Hashfn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasherfn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl<A, B> Eq for OutlivesPredicate<A, B> where B: Eq + Eq, A: Eq + Eqimpl<A, B> PartialEq<OutlivesPredicate<A, B>> for OutlivesPredicate<A, B> where A: PartialEq<A> + PartialEq<A>, B: PartialEq<B> + PartialEq<B>fn eq(&self, __arg_0: &OutlivesPredicate<A, B>) -> boolfn ne(&self, __arg_0: &OutlivesPredicate<A, B>) -> boolimpl<A, B> Clone for OutlivesPredicate<A, B> where B: Clone + Clone, A: Clone + Clonefn clone(&self) -> OutlivesPredicate<A, B>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).