pub struct RoutingStats {
pub received_transactions: StatVariable,
pub received_blocks: StatVariable,
pub total_incoming_messages: StatVariable,
}Fields§
§received_transactions: StatVariable§received_blocks: StatVariable§total_incoming_messages: StatVariableImplementations§
Auto Trait Implementations§
impl Freeze for RoutingStats
impl !RefUnwindSafe for RoutingStats
impl Send for RoutingStats
impl Sync for RoutingStats
impl Unpin for RoutingStats
impl !UnwindSafe for RoutingStats
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