pub enum StorageError {
Unsupported,
Timeout,
VolatileSlice(VolatileMemoryError),
MemOverflow,
NotContinuous,
CacheIndex(Error),
}Expand description
Error codes related to storage subsystem.
Variants§
Trait Implementations§
Source§impl Debug for StorageError
impl Debug for StorageError
Auto Trait Implementations§
impl Freeze for StorageError
impl !RefUnwindSafe for StorageError
impl Send for StorageError
impl Sync for StorageError
impl Unpin for StorageError
impl !UnwindSafe for StorageError
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