pub struct NetworkEfficiencyStats {
pub parallel_discovery: ParallelDiscoveryStats,
pub adaptive_timeout: AdaptiveTimeoutStats,
pub bandwidth_validation: BandwidthValidationStats,
pub congestion_integration: CongestionIntegrationStats,
}Expand description
Comprehensive network efficiency statistics
Fields§
§parallel_discovery: ParallelDiscoveryStats§adaptive_timeout: AdaptiveTimeoutStats§bandwidth_validation: BandwidthValidationStats§congestion_integration: CongestionIntegrationStatsTrait Implementations§
Source§impl Clone for NetworkEfficiencyStats
impl Clone for NetworkEfficiencyStats
Source§fn clone(&self) -> NetworkEfficiencyStats
fn clone(&self) -> NetworkEfficiencyStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NetworkEfficiencyStats
impl RefUnwindSafe for NetworkEfficiencyStats
impl Send for NetworkEfficiencyStats
impl Sync for NetworkEfficiencyStats
impl Unpin for NetworkEfficiencyStats
impl UnwindSafe for NetworkEfficiencyStats
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