Inspectopedia Help

Naming conventions

Argument naming convention   New in this release

Checks if function and method argument names follow the Rust naming convention.

Associated type naming convention   New in this release

Checks if associated type names follow the Rust naming convention.

Constant naming convention   New in this release

Checks if constant names follow the Rust naming convention.

Enum naming convention   New in this release

Checks if enum names follow the Rust naming convention.

Enum variant naming convention   New in this release

Checks if enum variant names follow the Rust naming convention.

Field naming convention   New in this release

Checks if field names follow the Rust naming convention.

Function naming convention  

Checks if function names follow the Rust naming convention.

Lifetime naming convention   New in this release

Checks if lifetime names follow the Rust naming convention.

Macro naming convention   New in this release

Checks if macro names follow the Rust naming convention.

Method naming convention   New in this release

Checks if method names follow the Rust naming convention.

Module naming convention   New in this release

Checks if module names follow the Rust naming convention.

Self convention   New in this release

Checks some naming conventions for methods.

Static constant naming convention   New in this release

Checks if static constant names follow the Rust naming convention.

Struct naming convention   New in this release

Checks if struct names follow the Rust naming convention.

Trait naming convention   New in this release

Checks if trait names follow the Rust naming convention.

Type alias naming convention   New in this release

Checks if type alias names follow the Rust naming convention.

Type parameter naming convention   New in this release

Checks if type parameter names follow the Rust naming convention.

Variable naming convention   New in this release

Checks if variable names follow the Rust naming convention.

Last modified: 11 September 2024