pub enum CacheError {
Decode(Error),
Encode(Error),
}
Variants§
Trait Implementations§
Source§impl Debug for CacheError
impl Debug for CacheError
Source§impl From<Error> for CacheError
impl From<Error> for CacheError
Auto Trait Implementations§
impl Freeze for CacheError
impl !RefUnwindSafe for CacheError
impl Send for CacheError
impl Sync for CacheError
impl Unpin for CacheError
impl !UnwindSafe for CacheError
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