pub struct BenchmarkTransportRttReport {
pub channel: &'static str,
pub payload_bytes: usize,
pub samples_ms: Vec<f64>,
pub stats: BenchmarkStats,
}Fields§
§channel: &'static str§payload_bytes: usize§samples_ms: Vec<f64>§stats: BenchmarkStatsTrait Implementations§
Source§impl Clone for BenchmarkTransportRttReport
impl Clone for BenchmarkTransportRttReport
Source§fn clone(&self) -> BenchmarkTransportRttReport
fn clone(&self) -> BenchmarkTransportRttReport
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 BenchmarkTransportRttReport
impl Debug for BenchmarkTransportRttReport
Source§impl PartialEq for BenchmarkTransportRttReport
impl PartialEq for BenchmarkTransportRttReport
Source§fn eq(&self, other: &BenchmarkTransportRttReport) -> bool
fn eq(&self, other: &BenchmarkTransportRttReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BenchmarkTransportRttReport
Auto Trait Implementations§
impl Freeze for BenchmarkTransportRttReport
impl RefUnwindSafe for BenchmarkTransportRttReport
impl Send for BenchmarkTransportRttReport
impl Sync for BenchmarkTransportRttReport
impl Unpin for BenchmarkTransportRttReport
impl UnsafeUnpin for BenchmarkTransportRttReport
impl UnwindSafe for BenchmarkTransportRttReport
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