Struct human_repr::HumanThroughput
source · [−]pub struct HumanThroughput<T>(_, _);Trait Implementations
sourceimpl<T: Debug> Debug for HumanThroughput<T>
impl<T: Debug> Debug for HumanThroughput<T>
sourceimpl<T: AsRef<str>> Display for HumanThroughput<T>
impl<T: AsRef<str>> Display for HumanThroughput<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for HumanThroughput<T> where
T: RefUnwindSafe,
impl<T> Send for HumanThroughput<T> where
T: Send,
impl<T> Sync for HumanThroughput<T> where
T: Sync,
impl<T> Unpin for HumanThroughput<T> where
T: Unpin,
impl<T> UnwindSafe for HumanThroughput<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more