Home
last modified time | relevance | path

Searched defs:MethodDef (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/generic/
Dmod.rs212 pub struct MethodDef<'a> { struct
214 pub name: Symbol,
216 pub generics: Bounds,
219 pub explicit_self: bool,
222 pub nonself_args: Vec<(Ty, Symbol)>,
225 pub ret_ty: Ty,
227 pub attributes: ast::AttrVec,
229 pub fieldless_variants_strategy: FieldlessVariantsStrategy,
231 pub combine_substructure: RefCell<CombineSubstructureFunc<'a>>,
895 impl<'a> MethodDef<'a> { implementation