Struct rustc::middle::ty::EquatePredicateUnstable
[-] [+]
[src]
pub struct EquatePredicate<'tcx>(pub Ty<'tcx>, pub Ty<'tcx>);
pub struct EquatePredicate<'tcx>(pub Ty<'tcx>, pub Ty<'tcx>);
impl<'tcx> RegionEscape for EquatePredicate<'tcx>fn has_regions_escaping_depth(&self, depth: u32) -> boolfn has_escaping_regions(&self) -> boolimpl<'tcx> HasProjectionTypes for EquatePredicate<'tcx>fn has_projection_types(&self) -> boolimpl<'tcx> ReferencesError for EquatePredicate<'tcx>fn references_error(&self) -> boolimpl<'tcx> TypeFoldable<'tcx> for EquatePredicate<'tcx>fn fold_with<F: TypeFolder<'tcx>>(&self, folder: &mut F) -> EquatePredicate<'tcx>impl<'tcx> Repr<'tcx> for EquatePredicate<'tcx>impl<'tcx> UserString<'tcx> for EquatePredicate<'tcx>fn user_string(&self, tcx: &ctxt<'tcx>) -> Stringimpl<'tcx> Debug for EquatePredicate<'tcx>impl<'tcx> Hash for EquatePredicate<'tcx>fn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl<'tcx> Eq for EquatePredicate<'tcx>impl<'tcx> PartialEq for EquatePredicate<'tcx>fn eq(&self, __arg_0: &EquatePredicate<'tcx>) -> boolfn ne(&self, __arg_0: &EquatePredicate<'tcx>) -> boolimpl<'tcx> Clone for EquatePredicate<'tcx>fn clone(&self) -> EquatePredicate<'tcx>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).