pub struct EnginePathRequestMetricsSnapshot {
pub ingress: PathRequestIngressCounts,
pub relays: PathRequestRelayCounts,
pub pending_discoveries: u32,
}Fields§
§ingress: PathRequestIngressCounts§relays: PathRequestRelayCounts§pending_discoveries: u32Trait Implementations§
Source§impl Clone for EnginePathRequestMetricsSnapshot
impl Clone for EnginePathRequestMetricsSnapshot
Source§fn clone(&self) -> EnginePathRequestMetricsSnapshot
fn clone(&self) -> EnginePathRequestMetricsSnapshot
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 moreimpl Copy for EnginePathRequestMetricsSnapshot
Source§impl Default for EnginePathRequestMetricsSnapshot
impl Default for EnginePathRequestMetricsSnapshot
Source§fn default() -> EnginePathRequestMetricsSnapshot
fn default() -> EnginePathRequestMetricsSnapshot
Returns the “default value” for a type. Read more
impl Eq for EnginePathRequestMetricsSnapshot
impl StructuralPartialEq for EnginePathRequestMetricsSnapshot
Auto Trait Implementations§
impl Freeze for EnginePathRequestMetricsSnapshot
impl RefUnwindSafe for EnginePathRequestMetricsSnapshot
impl Send for EnginePathRequestMetricsSnapshot
impl Sync for EnginePathRequestMetricsSnapshot
impl Unpin for EnginePathRequestMetricsSnapshot
impl UnsafeUnpin for EnginePathRequestMetricsSnapshot
impl UnwindSafe for EnginePathRequestMetricsSnapshot
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