Struct unrest_tmp_syn::WhereClause [] [src]

pub struct WhereClause {
    pub where_token: Option<Where>,
    pub predicates: Delimited<WherePredicate, Comma>,
}

A where clause in a definition

Fields

Methods

impl WhereClause
[src]

Trait Implementations

impl Synom for WhereClause
[src]

impl ToTokens for WhereClause
[src]

Write self to the given Tokens. Read more

Convert self directly into a Tokens object. Read more

impl Default for WhereClause
[src]

Returns the "default value" for a type. Read more

impl Clone for WhereClause
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more