struct AppDB {
key_value: Arc<dyn KeyValueDB>,
blooms: Database,
trace_blooms: Database,
}
Fields
key_value: Arc<dyn KeyValueDB>
blooms: Database
trace_blooms: Database
Trait Implementations
sourceimpl BlockChainDB for AppDB
impl BlockChainDB for AppDB
sourceimpl PrometheusMetrics for AppDB
impl PrometheusMetrics for AppDB
fn prometheus_metrics(&self, _: &mut PrometheusRegistry)
Auto Trait Implementations
impl !RefUnwindSafe for AppDB
impl Send for AppDB
impl Sync for AppDB
impl Unpin for AppDB
impl !UnwindSafe for AppDB
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more