Struct rustc_lint::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 U: RegionEscape, T: RegionEscape
fn has_regions_escaping_depth(&self, depth: u32) -> bool
fn has_escaping_regions(&self) -> bool
impl<T, U> HasProjectionTypes for OutlivesPredicate<T, U> where U: HasProjectionTypes, T: HasProjectionTypes
fn has_projection_types(&self) -> bool
impl<A, B> ReferencesError for OutlivesPredicate<A, B> where B: ReferencesError, A: ReferencesError
fn references_error(&self) -> bool
impl<'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>) -> String
impl<A, B> Debug for OutlivesPredicate<A, B> where A: Debug + Debug, B: Debug + Debug
impl<A, B> Hash for OutlivesPredicate<A, B> where B: Hash + Hash, A: Hash + Hash
impl<A, B> Eq for OutlivesPredicate<A, B> where B: Eq + Eq, A: Eq + Eq
impl<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>) -> bool
fn ne(&self, __arg_0: &OutlivesPredicate<A, B>) -> bool
impl<A, B> Clone for OutlivesPredicate<A, B> where B: Clone + Clone, A: Clone + Clone
fn 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
).