Struct syn::WhereClause [−][src]
pub struct WhereClause { pub where_token: Where, pub predicates: Punctuated<WherePredicate, Comma>, }
A where
clause in a definition: where T: Deserialize<'de>, D: 'static
.
This type is available only if Syn is built with the "derive"
or "full"
feature.
Fields
where_token: Where
predicates: Punctuated<WherePredicate, Comma>
Trait Implementations
impl Clone for WhereClause
[src]
impl Clone for WhereClause
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for WhereClause
[src]
impl Hash for WhereClause
[src]impl Parse for WhereClause
[src]
impl Parse for WhereClause
[src]fn parse(input: ParseStream<'_>) -> Result<Self>
[src]
impl PartialEq<WhereClause> for WhereClause
[src]
impl PartialEq<WhereClause> for WhereClause
[src]impl ToTokens for WhereClause
[src]
impl ToTokens for WhereClause
[src]