Enum hashlink::linked_hash_map::TryReserveError
source · [−]pub enum TryReserveError {
CapacityOverflow,
AllocError {
layout: Layout,
},
}
Variants
CapacityOverflow
AllocError
Fields
layout: Layout
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more