pub struct ReqReplyStatisticsSnapshot {
pub proto_id: u32,
pub count: u32,
pub total_cost_avg_ms: f32,
pub open_d_cost_avg_ms: f32,
pub net_delay_avg_ms: f32,
pub is_local_reply: bool,
}Fields§
§proto_id: u32§count: u32§total_cost_avg_ms: f32§open_d_cost_avg_ms: f32§net_delay_avg_ms: f32§is_local_reply: boolTrait Implementations§
Source§impl Clone for ReqReplyStatisticsSnapshot
impl Clone for ReqReplyStatisticsSnapshot
Source§fn clone(&self) -> ReqReplyStatisticsSnapshot
fn clone(&self) -> ReqReplyStatisticsSnapshot
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 moreSource§impl Debug for ReqReplyStatisticsSnapshot
impl Debug for ReqReplyStatisticsSnapshot
impl StructuralPartialEq for ReqReplyStatisticsSnapshot
Auto Trait Implementations§
impl Freeze for ReqReplyStatisticsSnapshot
impl RefUnwindSafe for ReqReplyStatisticsSnapshot
impl Send for ReqReplyStatisticsSnapshot
impl Sync for ReqReplyStatisticsSnapshot
impl Unpin for ReqReplyStatisticsSnapshot
impl UnsafeUnpin for ReqReplyStatisticsSnapshot
impl UnwindSafe for ReqReplyStatisticsSnapshot
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