Struct ethcore::client::BlockChainCacheSize
source · [−]pub struct BlockChainCacheSize {
pub blocks: usize,
pub block_details: usize,
pub transaction_addresses: usize,
pub block_receipts: usize,
}Expand description
Represents blockchain’s in-memory cache size in bytes.
Fields
blocks: usizeBlocks cache size.
block_details: usizeBlockDetails cache size.
transaction_addresses: usizeTransaction addresses cache size.
block_receipts: usizeBlock receipts size.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CacheSize
impl Send for CacheSize
impl Sync for CacheSize
impl Unpin for CacheSize
impl UnwindSafe for CacheSize
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