Struct rustc_hir::hir::WhereRegionPredicate [−][src]
pub struct WhereRegionPredicate<'hir> {
pub span: Span,
pub lifetime: Lifetime,
pub bounds: GenericBounds<'hir>,
}
Expand description
A lifetime predicate (e.g., 'a: 'b + 'c
).
Fields
span: Span
lifetime: Lifetime
bounds: GenericBounds<'hir>
Trait Implementations
impl<'hir, __CTX> HashStable<__CTX> for WhereRegionPredicate<'hir> where
__CTX: HashStableContext,
impl<'hir, __CTX> HashStable<__CTX> for WhereRegionPredicate<'hir> where
__CTX: HashStableContext,
Auto Trait Implementations
impl<'hir> RefUnwindSafe for WhereRegionPredicate<'hir>
impl<'hir> !Send for WhereRegionPredicate<'hir>
impl<'hir> !Sync for WhereRegionPredicate<'hir>
impl<'hir> Unpin for WhereRegionPredicate<'hir>
impl<'hir> UnwindSafe for WhereRegionPredicate<'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: 56 bytes