Struct rustc::middle::ty::OutlivesPredicateUnstable [-] [+] [src]

pub struct OutlivesPredicate<A, B>(pub A, pub B);

Trait Implementations

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> where A: ReferencesError, B: ReferencesError

fn references_error(&self) -> bool

impl<'tcx, T, U> TypeFoldable<'tcx> for OutlivesPredicate<T, U> where T: TypeFoldable<'tcx>, U: TypeFoldable<'tcx>

fn fold_with<F: TypeFolder<'tcx>>(&self, folder: &mut F) -> OutlivesPredicate<T, U>

impl<'tcx, T, U> Repr<'tcx> for OutlivesPredicate<T, U> where T: Repr<'tcx> + TypeFoldable<'tcx>, U: Repr<'tcx> + TypeFoldable<'tcx>

fn repr(&self, tcx: &ctxt<'tcx>) -> String

impl<'tcx, T, U> UserString<'tcx> for OutlivesPredicate<T, U> where T: UserString<'tcx> + TypeFoldable<'tcx>, U: UserString<'tcx> + TypeFoldable<'tcx>

fn user_string(&self, tcx: &ctxt<'tcx>) -> String

Derived Implementations

impl<A: Debug, B: Debug> Debug for OutlivesPredicate<A, B> where A: Debug, B: Debug

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl<A: Hash, B: Hash> Hash for OutlivesPredicate<A, B> where A: Hash, B: Hash

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl<A: Eq, B: Eq> Eq for OutlivesPredicate<A, B> where A: Eq, B: Eq

impl<A: PartialEq, B: PartialEq> PartialEq for OutlivesPredicate<A, B> where A: PartialEq, B: PartialEq

fn eq(&self, __arg_0: &OutlivesPredicate<A, B>) -> bool

fn ne(&self, __arg_0: &OutlivesPredicate<A, B>) -> bool

impl<A: Clone, B: Clone> Clone for OutlivesPredicate<A, B> where A: Clone, B: Clone

fn clone(&self) -> OutlivesPredicate<A, B>

fn clone_from(&mut self, source: &Self)