Struct syn::BoundLifetimes [−][src]
A set of bound lifetimes: for<'a, 'b, 'c>
.
This type is available if Syn is built with the "derive"
or "full"
feature.
Fields
for_token: For
lt_token: Lt
lifetimes: Punctuated<LifetimeDef, Comma>
gt_token: Gt
Trait Implementations
impl Synom for BoundLifetimes
[src]
[+]
impl Synom for BoundLifetimes
impl ToTokens for BoundLifetimes
[src]
[+]
impl ToTokens for BoundLifetimes
impl Default for BoundLifetimes
[src]
[+]
impl Default for BoundLifetimes
impl Clone for BoundLifetimes
[src]
[+]
impl Clone for BoundLifetimes
Auto Trait Implementations
impl !Send for BoundLifetimes
impl !Send for BoundLifetimes
impl !Sync for BoundLifetimes
impl !Sync for BoundLifetimes