Struct rustc_typeck::middle::ty::OutlivesPredicateExperimental [-]  [+] [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>

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>

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

impl<'tcx, T, U> UserString<'tcx> for OutlivesPredicate<T, U>

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

Derived Implementations

impl<A: Show, B: Show> Show for OutlivesPredicate<A, B>

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

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>)