We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
set_*
get_*
It is not idiomatic in Rust to have setters and getters. Make the field public instead.
If the type only has a get_foo method but not a set_foo method, suggest naming it foo instead.
get_foo
set_foo
foo