Completed
intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Rust - RefCell
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 Enforcing Borrowing Rules at Runtime with RefCell
- 3 Interior Mutability: A Mutable Borrow to an Immutable Value
- 4 A Use Case for Interior Mutability: Mock Objects
- 5 Keeping Track of Borrows at Runtime with RefCell
- 6 Having Multiple Owners of Mutable Data by Combining Rc and RefCell
- 7 Outro