Struct rustc_lint::middle::ty::EquatePredicateUnstable
[-] [+]
[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) -> bool
fn has_escaping_regions(&self) -> bool
impl<'tcx> HasProjectionTypes for EquatePredicate<'tcx>
fn has_projection_types(&self) -> bool
impl<'tcx> ReferencesError for EquatePredicate<'tcx>
fn references_error(&self) -> bool
impl<'tcx> TypeFoldable<'tcx> for EquatePredicate<'tcx>
fn fold_with<F>(&self, folder: &mut F) -> EquatePredicate<'tcx> where F: TypeFolder<'tcx>
impl<'tcx> Repr<'tcx> for EquatePredicate<'tcx>
impl<'tcx> UserString<'tcx> for EquatePredicate<'tcx>
fn user_string(&self, tcx: &ctxt<'tcx>) -> String
impl<'tcx> Debug for EquatePredicate<'tcx>
impl<'tcx> Hash for EquatePredicate<'tcx>
impl<'tcx> Eq for EquatePredicate<'tcx>
impl<'tcx> PartialEq<EquatePredicate<'tcx>> for EquatePredicate<'tcx>
fn eq(&self, __arg_0: &EquatePredicate<'tcx>) -> bool
fn ne(&self, __arg_0: &EquatePredicate<'tcx>) -> bool
impl<'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
).