pub struct BlockstoreStats {
pub block_buffer_len: usize,
pub forks_map_len: usize,
pub dead_block_queue_len: usize,
pub blockstore_update_queue_len: usize,
}Fields§
§block_buffer_len: usize§forks_map_len: usize§dead_block_queue_len: usize§blockstore_update_queue_len: usizeTrait Implementations§
Source§impl Clone for BlockstoreStats
impl Clone for BlockstoreStats
Source§fn clone(&self) -> BlockstoreStats
fn clone(&self) -> BlockstoreStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BlockstoreStats
impl Debug for BlockstoreStats
Source§impl Default for BlockstoreStats
impl Default for BlockstoreStats
Source§fn default() -> BlockstoreStats
fn default() -> BlockstoreStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BlockstoreStats
impl RefUnwindSafe for BlockstoreStats
impl Send for BlockstoreStats
impl Sync for BlockstoreStats
impl Unpin for BlockstoreStats
impl UnsafeUnpin for BlockstoreStats
impl UnwindSafe for BlockstoreStats
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