pub enum StoreError<E> {
Raw(StoreRawError),
FormatError(E),
}Variants§
Raw(StoreRawError)
FormatError(E)
Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for StoreError<E>where
E: Freeze,
impl<E> !RefUnwindSafe for StoreError<E>
impl<E> !Send for StoreError<E>
impl<E> !Sync for StoreError<E>
impl<E> Unpin for StoreError<E>where
E: Unpin,
impl<E> !UnwindSafe for StoreError<E>
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