Enum syn_helpers::Fields [−][src]
pub enum Fields<'a> {
Named {
on_structure: Structure<'a>,
fields: Vec<NamedField<'a>>,
},
Unnamed {
on_structure: Structure<'a>,
fields: Vec<UnnamedField<'a>>,
},
Unit {
on_structure: Structure<'a>,
},
}Variants
Named
Unnamed
Unit
Fields
on_structure: Structure<'a>