pub struct PeerProbeMetrics {
pub bypassed: u64,
pub boundary_copies: u64,
pub runtime_probes: u64,
pub runtime_failures: u64,
}Fields§
§bypassed: u64§boundary_copies: u64§runtime_probes: u64§runtime_failures: u64Trait Implementations§
Source§impl Clone for PeerProbeMetrics
impl Clone for PeerProbeMetrics
Source§fn clone(&self) -> PeerProbeMetrics
fn clone(&self) -> PeerProbeMetrics
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 PeerProbeMetrics
Source§impl Debug for PeerProbeMetrics
impl Debug for PeerProbeMetrics
Source§impl Default for PeerProbeMetrics
impl Default for PeerProbeMetrics
Source§fn default() -> PeerProbeMetrics
fn default() -> PeerProbeMetrics
Returns the “default value” for a type. Read more
impl Eq for PeerProbeMetrics
Source§impl PartialEq for PeerProbeMetrics
impl PartialEq for PeerProbeMetrics
impl StructuralPartialEq for PeerProbeMetrics
Auto Trait Implementations§
impl Freeze for PeerProbeMetrics
impl RefUnwindSafe for PeerProbeMetrics
impl Send for PeerProbeMetrics
impl Sync for PeerProbeMetrics
impl Unpin for PeerProbeMetrics
impl UnsafeUnpin for PeerProbeMetrics
impl UnwindSafe for PeerProbeMetrics
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