Enum generational_cache::vector::impls::array::ArrayError
source · pub enum ArrayError {
OutOfMemory,
}
Expand description
Error assocaited with operations on Array
Variants§
Trait Implementations§
source§impl Debug for ArrayError
impl Debug for ArrayError
source§impl PartialEq for ArrayError
impl PartialEq for ArrayError
source§fn eq(&self, other: &ArrayError) -> bool
fn eq(&self, other: &ArrayError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ArrayError
Auto Trait Implementations§
impl RefUnwindSafe for ArrayError
impl Send for ArrayError
impl Sync for ArrayError
impl Unpin for ArrayError
impl UnwindSafe for ArrayError
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