pub struct ConsensusStats {
pub blocks_fetched: StatVariable,
pub blocks_created: StatVariable,
pub received_tx: StatVariable,
pub received_gts: StatVariable,
}
Fields§
§blocks_fetched: StatVariable
§blocks_created: StatVariable
§received_tx: StatVariable
§received_gts: StatVariable
Implementations§
Auto Trait Implementations§
impl Freeze for ConsensusStats
impl !RefUnwindSafe for ConsensusStats
impl Send for ConsensusStats
impl Sync for ConsensusStats
impl Unpin for ConsensusStats
impl !UnwindSafe for ConsensusStats
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