Struct serde_derive_internals::ast::Container
[−]
[src]
pub struct Container<'a> { pub ident: Ident, pub attrs: Container, pub body: Body<'a>, pub generics: &'a Generics, }
Fields
ident: Ident
attrs: Container
body: Body<'a>
generics: &'a Generics