Struct alloc::collections::TryReserveError 1.57.0[−][src]
pub struct TryReserveError { /* fields omitted */ }
Expand description
The error type for try_reserve
methods.
Implementations
🔬 This is a nightly-only experimental API. (try_reserve_kind
#48043)
Uncertain how much info should be exposed
🔬 This is a nightly-only experimental API. (try_reserve_kind
#48043)
Uncertain how much info should be exposed
Details about the allocation that caused the error
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.