Completed
automatic borrowing
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Subtyping in Rust - Magic and Misconceptions
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Subtyping
- 3 Sanity Check
- 4 What is Subtyping
- 5 Integer to Integer Examples
- 6 Integer to Ceiling Examples
- 7 Java
- 8 Deduction Rules
- 9 Contravariance
- 10 Does Rust have variants
- 11 A magic trick
- 12 Rust Subtyping
- 13 mutable references
- 14 unsafe cell
- 15 duck subtyping
- 16 coercion
- 17 automatic borrowing
- 18 dereferences
- 19 pop quiz
- 20 variance