Enum indexmap::TryReserveErrorKind
source · pub(crate) enum TryReserveErrorKind {
Std(TryReserveError),
CapacityOverflow,
AllocError {
layout: Layout,
},
}
Variants§
Trait Implementations§
source§impl Clone for TryReserveErrorKind
impl Clone for TryReserveErrorKind
source§fn clone(&self) -> TryReserveErrorKind
fn clone(&self) -> TryReserveErrorKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TryReserveErrorKind
impl Debug for TryReserveErrorKind
source§impl PartialEq for TryReserveErrorKind
impl PartialEq for TryReserveErrorKind
source§fn eq(&self, other: &TryReserveErrorKind) -> bool
fn eq(&self, other: &TryReserveErrorKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for TryReserveErrorKind
impl StructuralPartialEq for TryReserveErrorKind
Auto Trait Implementations§
impl Freeze for TryReserveErrorKind
impl RefUnwindSafe for TryReserveErrorKind
impl Send for TryReserveErrorKind
impl Sync for TryReserveErrorKind
impl Unpin for TryReserveErrorKind
impl UnwindSafe for TryReserveErrorKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.