Struct openethereum::informant::CacheSizes
source · [−]Fields
sizes: BTreeMap<&'static str, usize>
Implementations
sourceimpl CacheSizes
impl CacheSizes
Trait Implementations
sourceimpl Default for CacheSizes
impl Default for CacheSizes
sourcefn default() -> CacheSizes
fn default() -> CacheSizes
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CacheSizes
impl Send for CacheSizes
impl Sync for CacheSizes
impl Unpin for CacheSizes
impl UnwindSafe for CacheSizes
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