Struct syn::MetaList [−][src]
pub struct MetaList {
    pub path: Path,
    pub paren_token: Paren,
    pub nested: Punctuated<NestedMeta, Comma>,
}A structured list within an attribute, like derive(Copy, Clone).
This type is available only if Syn is built with the "derive" or
"full" feature.
Fields
path: Pathparen_token: Parennested: Punctuated<NestedMeta, Comma>Trait Implementations
impl Clone for MetaList[src]
impl Clone for MetaList[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for MetaList[src]
impl ToTokens for MetaList[src]