pub struct FormattedUnit<'symbol> { /* private fields */ }Expand description
An approximate value that consists of integer and fraction parts, prefix and symbol.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'symbol> Freeze for FormattedUnit<'symbol>
impl<'symbol> RefUnwindSafe for FormattedUnit<'symbol>
impl<'symbol> Send for FormattedUnit<'symbol>
impl<'symbol> Sync for FormattedUnit<'symbol>
impl<'symbol> Unpin for FormattedUnit<'symbol>
impl<'symbol> UnwindSafe for FormattedUnit<'symbol>
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