pub struct CharsCount(/* private fields */);Expand description
Counts Unicode characters processed per iteration.
Attach to a benchmark to display throughput as char/s, Kchar/s, etc.
Implementations§
Trait Implementations§
Source§impl Clone for CharsCount
impl Clone for CharsCount
Source§fn clone(&self) -> CharsCount
fn clone(&self) -> CharsCount
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 Counter for CharsCount
impl Counter for CharsCount
Source§impl Debug for CharsCount
impl Debug for CharsCount
Source§impl PartialEq for CharsCount
impl PartialEq for CharsCount
impl Copy for CharsCount
impl Eq for CharsCount
impl StructuralPartialEq for CharsCount
Auto Trait Implementations§
impl Freeze for CharsCount
impl RefUnwindSafe for CharsCount
impl Send for CharsCount
impl Sync for CharsCount
impl Unpin for CharsCount
impl UnsafeUnpin for CharsCount
impl UnwindSafe for CharsCount
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