pub struct NumFmt<'a> {
pub value: Cow<'a, str>,
}
Expand description
TODO Replace by enum NumberFormat
Fields§
§value: Cow<'a, str>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for NumFmt<'a>
impl<'a> RefUnwindSafe for NumFmt<'a>
impl<'a> Send for NumFmt<'a>
impl<'a> Sync for NumFmt<'a>
impl<'a> Unpin for NumFmt<'a>
impl<'a> UnwindSafe for NumFmt<'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