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) -> 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: 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>) -> String
impl<'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: Hasher
impl<'tcx> Eq for EquatePredicate<'tcx>
impl<'tcx> PartialEq 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
).