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 May 2, 2024
1 parent 9d94c9f commit 35f4fbc
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 @@ -70,7 +70,7 @@
- `mut` — обозначение изменчивости в ссылках, сырах указателей и привязках к шаблону
- `pub` — модификатор публичной доступность полей структур, блоков `impl` и модулей
- `ref` — привязка по ссылке
- `return` - return from function
- `return` — возвращает результат из функции
- `Self` — псевдоним для определяемого или реализуемого типа
- `self` — объект текущего метода или модуля
- `static` — глобальная переменная или время жизни, продолжающееся на протяжении всего выполнения программы
Expand Down

0 comments on commit 35f4fbc

Please sign in to comment.