Struct indicatif::HumanCount
source · pub struct HumanCount(pub u64);
Expand description
Formats counts for human readability using commas
Tuple Fields§
§0: u64
Trait Implementations§
source§impl Debug for HumanCount
impl Debug for HumanCount
Auto Trait Implementations§
impl Freeze for HumanCount
impl RefUnwindSafe for HumanCount
impl Send for HumanCount
impl Sync for HumanCount
impl Unpin for HumanCount
impl UnwindSafe for HumanCount
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