Struct clippy::methods::MethodsPass
[−]
[src]
pub struct MethodsPass;
pub struct MethodsPass;
impl LintPass for MethodsPass
impl LateLintPass for MethodsPass
fn check_expr(&mut self, cx: &LateContext, expr: &Expr)
fn check_item(&mut self, cx: &LateContext, item: &Item)
fn check_name(&mut self, &LateContext, Span, Name)
fn check_crate(&mut self, &LateContext, &Crate)
fn check_mod(&mut self, &LateContext, &Mod, Span, u32)
fn check_foreign_item(&mut self, &LateContext, &ForeignItem)
fn check_local(&mut self, &LateContext, &Local)
fn check_block(&mut self, &LateContext, &Block)
fn check_stmt(&mut self, &LateContext, &Spanned<Stmt_>)
fn check_arm(&mut self, &LateContext, &Arm)
fn check_pat(&mut self, &LateContext, &Pat)
fn check_decl(&mut self, &LateContext, &Spanned<Decl_>)
fn check_expr_post(&mut self, &LateContext, &Expr)
fn check_ty(&mut self, &LateContext, &Ty)
fn check_generics(&mut self, &LateContext, &Generics)
fn check_fn(&mut self, &LateContext, FnKind, &FnDecl, &Block, Span, u32)
fn check_trait_item(&mut self, &LateContext, &TraitItem)
fn check_impl_item(&mut self, &LateContext, &ImplItem)
fn check_struct_def(&mut self, &LateContext, &VariantData, Name, &Generics, u32)
fn check_struct_def_post(&mut self, &LateContext, &VariantData, Name, &Generics, u32)
fn check_struct_field(&mut self, &LateContext, &Spanned<StructField_>)
fn check_variant(&mut self, &LateContext, &Spanned<Variant_>, &Generics)
fn check_variant_post(&mut self, &LateContext, &Spanned<Variant_>, &Generics)
fn check_lifetime(&mut self, &LateContext, &Lifetime)
fn check_lifetime_def(&mut self, &LateContext, &LifetimeDef)
fn check_explicit_self(&mut self, &LateContext, &Spanned<ExplicitSelf_>)
fn check_path(&mut self, &LateContext, &Path, u32)
fn check_path_list_item(&mut self, &LateContext, &Spanned<PathListItem_>)
fn check_attribute(&mut self, &LateContext, &Spanned<Attribute_>)
fn enter_lint_attrs(&mut self, &LateContext, &[Spanned<Attribute_>])
fn exit_lint_attrs(&mut self, &LateContext, &[Spanned<Attribute_>])
impl Clone for MethodsPass
fn clone(&self) -> MethodsPass
fn clone_from(&mut self, source: &Self)
impl Copy for MethodsPass