pub struct HumanThroughputData<'a> { /* private fields */ }Expand description
Human Throughput data, ready to generate Debug and Display representations.
Trait Implementations§
Source§impl Debug for HumanThroughputData<'_>
impl Debug for HumanThroughputData<'_>
Source§impl Display for HumanThroughputData<'_>
impl Display for HumanThroughputData<'_>
Source§impl<'a> PartialEq for HumanThroughputData<'a>
impl<'a> PartialEq for HumanThroughputData<'a>
Source§impl PartialEq<&str> for HumanThroughputData<'_>
impl PartialEq<&str> for HumanThroughputData<'_>
Source§impl PartialEq<HumanThroughputData<'_>> for &str
impl PartialEq<HumanThroughputData<'_>> for &str
Source§impl<'a> PartialOrd for HumanThroughputData<'a>
impl<'a> PartialOrd for HumanThroughputData<'a>
impl<'a> StructuralPartialEq for HumanThroughputData<'a>
Auto Trait Implementations§
impl<'a> Freeze for HumanThroughputData<'a>
impl<'a> RefUnwindSafe for HumanThroughputData<'a>
impl<'a> Send for HumanThroughputData<'a>
impl<'a> Sync for HumanThroughputData<'a>
impl<'a> Unpin for HumanThroughputData<'a>
impl<'a> UnsafeUnpin for HumanThroughputData<'a>
impl<'a> UnwindSafe for HumanThroughputData<'a>
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