Structsยง
- Const
NonNull *mut Tbut non-zero and covariant.- Unique
- A wrapper around a raw non-null
*mut Tthat indicates that the possessor of this wrapper owns the referent. Useful for building abstractions likeBox<T>,Vec<T>,String, andHashMap<K, V>.