Struct iroh_net_bench::stats::TransferResult
source · pub struct TransferResult {
pub duration: Duration,
pub size: u64,
pub throughput: f64,
pub ttfb: Duration,
pub chunks: u64,
pub avg_chunk_size: u64,
}
Fields§
§duration: Duration
§size: u64
§throughput: f64
§ttfb: Duration
§chunks: u64
§avg_chunk_size: u64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TransferResult
impl RefUnwindSafe for TransferResult
impl Send for TransferResult
impl Sync for TransferResult
impl Unpin for TransferResult
impl UnwindSafe for TransferResult
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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