pub enum BitcoindCacheError {
Store(StoreError),
}Variants§
Store(StoreError)
Trait Implementations§
Source§impl Debug for BitcoindCacheError
impl Debug for BitcoindCacheError
Source§impl From<StoreError> for BitcoindCacheError
impl From<StoreError> for BitcoindCacheError
Source§fn from(store_error: StoreError) -> BitcoindCacheError
fn from(store_error: StoreError) -> BitcoindCacheError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BitcoindCacheError
impl !RefUnwindSafe for BitcoindCacheError
impl Send for BitcoindCacheError
impl Sync for BitcoindCacheError
impl Unpin for BitcoindCacheError
impl !UnwindSafe for BitcoindCacheError
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