Struct syn::PredicateEq [−][src]
Expand description
An equality predicate in a where clause (unsupported).
This type is available only if Syn is built with the "derive" or
"full" feature.
Fields
lhs_ty: Typeeq_token: Eqrhs_ty: TypeTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for PredicateEq
impl !Send for PredicateEq
impl !Sync for PredicateEq
impl Unpin for PredicateEq
impl UnwindSafe for PredicateEq
Blanket Implementations
Mutably borrows from an owned value. Read more