#[repr(transparent)]pub struct CurrencyFormatterMode(pub i32);
Expand description
Required features: ‘Globalization_NumberFormatting’
Tuple Fields
0: i32
Implementations
impl CurrencyFormatterMode
impl CurrencyFormatterMode
pub const UseSymbol: Self
pub const UseCurrencyCode: Self
Trait Implementations
impl Clone for CurrencyFormatterMode
impl Clone for CurrencyFormatterMode
impl Copy for CurrencyFormatterMode
Auto Trait Implementations
impl RefUnwindSafe for CurrencyFormatterMode
impl Send for CurrencyFormatterMode
impl Sync for CurrencyFormatterMode
impl Unpin for CurrencyFormatterMode
impl UnwindSafe for CurrencyFormatterMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more