Struct indicatif::DecimalBytes [−][src]
pub struct DecimalBytes(pub u64);
Expand description
Formats bytes for human readability using SI prefixes
Trait Implementations
impl Debug for DecimalBytes
[src]
impl Debug for DecimalBytes
[src]Auto Trait Implementations
impl RefUnwindSafe for DecimalBytes
impl Send for DecimalBytes
impl Sync for DecimalBytes
impl Unpin for DecimalBytes
impl UnwindSafe for DecimalBytes
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more