Struct std::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 !=
.
Auto Trait Implementations
impl RefUnwindSafe for TryReserveError
impl Send for TryReserveError
impl Sync for TryReserveError
impl Unpin for TryReserveError
impl UnwindSafe for TryReserveError
Blanket Implementations
Mutably borrows from an owned value. Read more