Struct rustc_hir::hir::WhereEqPredicate [−][src]
pub struct WhereEqPredicate<'hir> {
pub hir_id: HirId,
pub span: Span,
pub lhs_ty: &'hir Ty<'hir>,
pub rhs_ty: &'hir Ty<'hir>,
}
Expand description
An equality predicate (e.g., T = int
); currently unsupported.
Fields
hir_id: HirId
span: Span
lhs_ty: &'hir Ty<'hir>
rhs_ty: &'hir Ty<'hir>
Trait Implementations
Auto Trait Implementations
impl<'hir> RefUnwindSafe for WhereEqPredicate<'hir>
impl<'hir> !Send for WhereEqPredicate<'hir>
impl<'hir> !Sync for WhereEqPredicate<'hir>
impl<'hir> Unpin for WhereEqPredicate<'hir>
impl<'hir> UnwindSafe for WhereEqPredicate<'hir>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes