Struct serde_derive_internals::ast::Field
[−]
[src]
pub struct Field<'a> { pub ident: Option<Ident>, pub attrs: Field, pub ty: &'a Type, pub original: &'a Field, }
Fields
ident: Option<Ident>
attrs: Field
ty: &'a Type
original: &'a Field