A pointer which pins its pointee in place.| doc.rust-lang.org
A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.| doc.rust-lang.org
A future represents an asynchronous computation obtained by use of `async`.| doc.rust-lang.org
Types that pin data to a location in memory.| doc.rust-lang.org
A pointer type that uniquely owns a heap allocation of type `T`.| doc.rust-lang.org