pub struct ReliableRuntimeStats {
pub reliable_return_route_count: usize,
pub end_to_end_pending_count: usize,
pub end_to_end_pending_destination_count: usize,
pub end_to_end_acked_cache_count: usize,
}Fields§
§reliable_return_route_count: usize§end_to_end_pending_count: usize§end_to_end_pending_destination_count: usize§end_to_end_acked_cache_count: usizeTrait Implementations§
Source§impl Clone for ReliableRuntimeStats
impl Clone for ReliableRuntimeStats
Source§fn clone(&self) -> ReliableRuntimeStats
fn clone(&self) -> ReliableRuntimeStats
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 moreSource§impl Debug for ReliableRuntimeStats
impl Debug for ReliableRuntimeStats
impl Eq for ReliableRuntimeStats
Source§impl PartialEq for ReliableRuntimeStats
impl PartialEq for ReliableRuntimeStats
Source§fn eq(&self, other: &ReliableRuntimeStats) -> bool
fn eq(&self, other: &ReliableRuntimeStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReliableRuntimeStats
Auto Trait Implementations§
impl Freeze for ReliableRuntimeStats
impl RefUnwindSafe for ReliableRuntimeStats
impl Send for ReliableRuntimeStats
impl Sync for ReliableRuntimeStats
impl Unpin for ReliableRuntimeStats
impl UnsafeUnpin for ReliableRuntimeStats
impl UnwindSafe for ReliableRuntimeStats
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