Struct git_features::progress::unit::display::UnitDisplay [−][src]
pub struct UnitDisplay<'a> { /* fields omitted */ }
A utility to implement Display.
Implementations
impl<'a> UnitDisplay<'a>
[src]
impl<'a> UnitDisplay<'a>
[src]pub fn all(&mut self) -> &UnitDisplay<'a>
[src]
pub fn all(&mut self) -> &UnitDisplay<'a>
[src]Display everything, values and the unit.
pub fn values(&mut self) -> &UnitDisplay<'a>
[src]
pub fn values(&mut self) -> &UnitDisplay<'a>
[src]Display only values.
pub fn unit(&mut self) -> &UnitDisplay<'a>
[src]
pub fn unit(&mut self) -> &UnitDisplay<'a>
[src]Display only units.
Trait Implementations
Auto Trait Implementations
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
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
impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self