Skip to content

Commit

Permalink
Translate appendix-01-keywords.md via GitLocalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzwan authored and gitlocalize-app[bot] committed Feb 16, 2024
1 parent fd48358 commit f31fc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustbook-ru/src/appendix-01-keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- `mut` — обозначение изменчивости в ссылках, сырах указателей и привязках к шаблону
- `pub` — модификатор публичной доступность полей структур, блоков `impl` и модулей
- `ref` — привязка по ссылке
- `return` - return from function
- `return` — возвращает результат из функции
- `Self` — псевдоним для определяемого или реализуемого типа
- `self` — объект текущего метода или модуля
- `static` — глобальная переменная или время жизни, продолжающееся на протяжении всего выполнения программы
Expand Down

0 comments on commit f31fc04

Please sign in to comment.