pub enum StoreRawError {
IoError(Box<dyn Error>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StoreRawError
impl !RefUnwindSafe for StoreRawError
impl !Send for StoreRawError
impl !Sync for StoreRawError
impl Unpin for StoreRawError
impl !UnwindSafe for StoreRawError
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