Lines Matching defs:Attrs
81 pub struct Attrs { struct
82 name: Name,
83 casing: Sp<CasingStyle>,
84 env_casing: Sp<CasingStyle>,
85 ty: Option<Type>,
86 doc_comment: Vec<Method>,
87 methods: Vec<Method>,
88 parser: Sp<Parser>,
89 author: Option<Method>,
90 about: Option<Method>,
91 version: Option<Method>,
92 no_version: Option<Ident>,
93 verbatim_doc_comment: Option<Ident>,
94 has_custom_parser: bool,
95 kind: Sp<Kind>,
226 impl Attrs { impl
230 parent_attrs: Option<&Attrs>, in new()
401 parent_attrs: Option<&Attrs>, in from_struct()
424 parent_attrs: Option<&Attrs>, in from_field()