Struct serde_derive_internals::attr::Field
[−]
[src]
pub struct Field { /* fields omitted */ }
Represents field attribute information
Methods
impl Field
[src]
fn from_ast(cx: &Ctxt, index: usize, field: &Field) -> Self
Extract out the #[serde(...)]
attributes from a struct field.