A pointer which pins its pointee in place.| doc.rust-lang.org
Types that pin data to a location in memory.| doc.rust-lang.org
Waits on multiple concurrent branches, returning when the first branch completes, cancelling the remaining branches.| docs.rs
A pointer type that uniquely owns a heap allocation of type `T`.| doc.rust-lang.org
Types that do not require any pinning guarantees.| doc.rust-lang.org