Struct rustc_typeck::hir::WhereEqPredicate [] [src]

pub struct WhereEqPredicate {
    pub id: NodeId,
    pub span: Span,
    pub lhs_ty: P<Ty>,
    pub rhs_ty: P<Ty>,
}
🔬 This is a nightly-only experimental API. (rustc_private)

An equality predicate (unsupported), e.g. T=int

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)
🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

impl Decodable for WhereEqPredicate
[src]

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

impl PartialEq<WhereEqPredicate> for WhereEqPredicate
[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 WhereEqPredicate
[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 WhereEqPredicate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for WhereEqPredicate
[src]

impl Debug for WhereEqPredicate
[src]

Formats the value using the given formatter.

impl Encodable for WhereEqPredicate
[src]

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