Struct rustc_typeck::middle::ty::EquatePredicateExperimental
[-]
[+]
[src]
pub struct EquatePredicate<'tcx>(pub &'tcx TyS<'tcx>, pub &'tcx TyS<'tcx>);
pub struct EquatePredicate<'tcx>(pub &'tcx TyS<'tcx>, pub &'tcx TyS<'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> Show for EquatePredicate<'tcx>impl<'tcx, __S: Writer> Hash<__S> for EquatePredicate<'tcx>fn hash(&self, __arg_0: &mut __S)impl<'tcx> Eq for EquatePredicate<'tcx>fn assert_receiver_is_total_eq(&self)impl<'tcx> PartialEq<EquatePredicate<'tcx>> for EquatePredicate<'tcx>fn eq(&self, __arg_0: &EquatePredicate<'tcx>) -> boolfn ne(&self, __arg_0: &EquatePredicate<'tcx>) -> boolfn ne(&self, &EquatePredicate<'tcx>) -> boolimpl<'tcx> Clone for EquatePredicate<'tcx>fn clone(&self) -> EquatePredicate<'tcx>fn clone_from(&mut self, &EquatePredicate<'tcx>)
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).