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.
1 parent bf77bd0 commit 61f5667Copy full SHA for 61f5667
content/lessons/07_smart_pointers/index.md
@@ -63,6 +63,7 @@ Alongisde the `RefCell<T>` type described above, there is an analogous [`Cell<T>
63
# Additional reading
64
65
- [On wrapped references](https://www.fpcomplete.com/blog/rust-asref-asderef/)
66
+- [`Deref` vs `AsRef` vs `Borrow`](https://dev.to/zhanghandong/rust-concept-clarification-deref-vs-asref-vs-borrow-vs-cow-13g6)
67
68
## Assignment 5 (graded)
69
0 commit comments