Struct unrest_tmp_syn::WhereRegionPredicate [] [src]

pub struct WhereRegionPredicate {
    pub lifetime: Lifetime,
    pub colon_token: Option<Colon>,
    pub bounds: Delimited<Lifetime, Add>,
}

A lifetime predicate, e.g. 'a: 'b+'c

Fields

Trait Implementations

impl ToTokens for WhereRegionPredicate
[src]

Write self to the given Tokens. Read more

Convert self directly into a Tokens object. Read more

impl Clone for WhereRegionPredicate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more