Enum std::collections::CollectionAllocErr
[−]
[src]
🔬 This is a nightly-only experimental API. (try_reserve
#48043)
new API
Augments AllocErr
with a CapacityOverflow variant.
Variants
CapacityOverflow
🔬 This is a nightly-only experimental API. (try_reserve
#48043)
new API
Error due to the computed capacity exceeding the collection's maximum
(usually isize::MAX
bytes).
AllocErr(AllocErr)
🔬 This is a nightly-only experimental API. (try_reserve
#48043)
new API
Error due to the allocator (see the AllocErr
type's docs).
Trait Implementations
impl Debug for CollectionAllocErr
[src]
[+]
impl Debug for CollectionAllocErr
impl PartialEq<CollectionAllocErr> for CollectionAllocErr
[src]
[+]
impl PartialEq<CollectionAllocErr> for CollectionAllocErr
impl From<AllocErr> for CollectionAllocErr
[src]
[+]
impl From<AllocErr> for CollectionAllocErr
impl Clone for CollectionAllocErr
[src]
[+]
impl Clone for CollectionAllocErr
impl Eq for CollectionAllocErr
[src]
impl Eq for CollectionAllocErr
Auto Trait Implementations
impl Send for CollectionAllocErr
impl Send for CollectionAllocErr
impl Sync for CollectionAllocErr
impl Sync for CollectionAllocErr