Struct unrest_tmp_syn::WhereEqPredicate [] [src]

pub struct WhereEqPredicate {
    pub lhs_ty: Ty,
    pub eq_token: Eq,
    pub rhs_ty: Ty,
}

An equality predicate (unsupported)

Fields

Trait Implementations

impl ToTokens for WhereEqPredicate
[src]

Write self to the given Tokens. Read more

Convert self directly into a Tokens object. Read more

impl Clone for WhereEqPredicate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more