We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_move
If foo uses/produces an immutable borrow by default, use: The _mut suffix (e.g. foo_mut) for the mutably borrowed variant. The _move suffix (e.g. foo_move) for the owned variant.
If foo uses/produces an immutable borrow by default, use:
foo
_mut
foo_mut
foo_move
Is _move this still encouraged? What is a good example from the standard library?
The text was updated successfully, but these errors were encountered:
Remove from guidleines.
Sorry, something went wrong.
1f7d24a
No branches or pull requests
Is
_move
this still encouraged? What is a good example from the standard library?The text was updated successfully, but these errors were encountered: