Struct syn::MetaList [−][src]
A structured list within an attribute, like derive(Copy, Clone)
.
This type is available if Syn is built with the "derive"
or
"full"
feature.
Fields
ident: Ident
paren_token: Paren
nested: Punctuated<NestedMeta, Comma>
Trait Implementations
impl ToTokens for MetaList
[src]
[+]
impl ToTokens for MetaList
impl Clone for MetaList
[src]
[+]
impl Clone for MetaList
impl From<MetaList> for Meta
[src]
[+]
impl From<MetaList> for Meta