Struct ethcore_db::cache_manager::CacheManager
source · [−]pub struct CacheManager<T> { /* private fields */ }
Expand description
DB cache manager
Implementations
sourceimpl<T> CacheManager<T> where
T: Eq + Hash,
impl<T> CacheManager<T> where
T: Eq + Hash,
Auto Trait Implementations
impl<T> RefUnwindSafe for CacheManager<T> where
T: RefUnwindSafe,
impl<T> Send for CacheManager<T> where
T: Send,
impl<T> Sync for CacheManager<T> where
T: Sync,
impl<T> Unpin for CacheManager<T> where
T: Unpin,
impl<T> UnwindSafe for CacheManager<T> where
T: UnwindSafe,
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