Expand description
Collection types.
Re-exports§
pub use collections::BinaryHeap;pub use collections::BTreeMap;pub use collections::BTreeSet;pub use collections::LinkedList;pub use collections::VecDeque;
Modules§
- binary_
heap Non- no_global_oom_handling - A priority queue implemented with a binary heap.
- btree_
map Non- no_global_oom_handling - An ordered map based on a B-Tree.
- btree_
set Non- no_global_oom_handling - An ordered set based on a B-Tree.
- linked_
list Non- no_global_oom_handling - A doubly-linked list with owned nodes.
- vec_
deque Non- no_global_oom_handling - A double-ended queue (deque) implemented with a growable ring buffer.
Structs§
- TryReserve
Error - The error type for
try_reservemethods.
Enums§
- TryReserve
Error Kind Experimental - Details of the allocation that caused a
TryReserveError