Struct syn::Label [−][src]
A lifetime labeling a for, while, or loop.
This type is available only if Syn is built with the "full" feature.
Fields
name: Lifetimecolon_token: ColonTrait Implementations
impl Clone for Label[src]
impl Clone for Label[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for Label[src]
impl ToTokens for Label[src]