[coerce]| doc.rust-lang.org
[expr.method]| doc.rust-lang.org
Treating Smart Pointers Like Regular References with Deref| doc.rust-lang.org
A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.| doc.rust-lang.org
A clone-on-write smart pointer.| doc.rust-lang.org
A pointer type that uniquely owns a heap allocation of type `T`.| doc.rust-lang.org
A contiguous growable array type, written as `Vec`, short for ‘vector’.| doc.rust-lang.org
A UTF-8–encoded, growable string.| doc.rust-lang.org
[expr.operator]| doc.rust-lang.org