pub struct NumberFormat { /* private fields */ }Trait Implementations§
Source§impl Debug for NumberFormat
impl Debug for NumberFormat
Source§impl NumberFormat for NumberFormat
impl NumberFormat for NumberFormat
Source§fn try_new<L>(l: L, opts: Options) -> Result<Self, Self::Error>
fn try_new<L>(l: L, opts: Options) -> Result<Self, Self::Error>
Creates a new NumberFormat.
Creation may fail, for example, if the locale-specific data is not loaded, or if the supplied options are inconsistent.
Auto Trait Implementations§
impl Freeze for NumberFormat
impl RefUnwindSafe for NumberFormat
impl !Send for NumberFormat
impl !Sync for NumberFormat
impl Unpin for NumberFormat
impl UnwindSafe for NumberFormat
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