pub struct UnitDisplay<'a> { /* private fields */ }
Available on crate feature
progress
only.Expand description
A utility to implement Display.
Implementations§
Source§impl UnitDisplay<'_>
impl UnitDisplay<'_>
Sourcepub fn all(&mut self) -> &UnitDisplay<'_>
pub fn all(&mut self) -> &UnitDisplay<'_>
Display everything, values and the unit.
Sourcepub fn values(&mut self) -> &UnitDisplay<'_>
pub fn values(&mut self) -> &UnitDisplay<'_>
Display only values.
Sourcepub fn unit(&mut self) -> &UnitDisplay<'_>
pub fn unit(&mut self) -> &UnitDisplay<'_>
Display only units.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for UnitDisplay<'a>
impl<'a> !RefUnwindSafe for UnitDisplay<'a>
impl<'a> Send for UnitDisplay<'a>
impl<'a> Sync for UnitDisplay<'a>
impl<'a> Unpin for UnitDisplay<'a>
impl<'a> !UnwindSafe for UnitDisplay<'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