Struct rustc_typeck::hir::WhereRegionPredicate [] [src]

pub struct WhereRegionPredicate {
    pub span: Span,
    pub lifetime: Lifetime,
    pub bounds: P<[Lifetime]>,
}
🔬 This is a nightly-only experimental API. (rustc_private)

A lifetime predicate, e.g. 'a: 'b+'c

Fields

🔬 This is a nightly-only experimental API. (rustc_private)
🔬 This is a nightly-only experimental API. (rustc_private)
🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

impl Decodable for WhereRegionPredicate
[src]

🔬 This is a nightly-only experimental API. (rustc_private)

impl PartialEq<WhereRegionPredicate> for WhereRegionPredicate
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for WhereRegionPredicate
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Clone for WhereRegionPredicate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for WhereRegionPredicate
[src]

impl Debug for WhereRegionPredicate
[src]

Formats the value using the given formatter.

impl Encodable for WhereRegionPredicate
[src]

🔬 This is a nightly-only experimental API. (rustc_private)