Struct syn::BoundLifetimes [−][src]
pub struct BoundLifetimes {
pub for_token: For,
pub lt_token: Lt,
pub lifetimes: Punctuated<LifetimeDef, Comma>,
pub gt_token: Gt,
}A set of bound lifetimes: for<'a, 'b, 'c>.
This type is available only if Syn is built with the "derive" or "full"
feature.
Fields
for_token: Forlt_token: Ltlifetimes: Punctuated<LifetimeDef, Comma>gt_token: GtTrait Implementations
impl Clone for BoundLifetimes[src]
impl Clone for BoundLifetimes[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for BoundLifetimes[src]
impl Default for BoundLifetimes[src]impl Parse for BoundLifetimes[src]
impl Parse for BoundLifetimes[src]fn parse(input: ParseStream<'_>) -> Result<Self>[src]
impl ToTokens for BoundLifetimes[src]
impl ToTokens for BoundLifetimes[src]