pub struct NumbersProperties {
pub symbols: NumbersSymbols,
pub decimal_formats: DecimalFormats,
pub currency_formats: CurrencyFormats,
}Fields§
§symbols: NumbersSymbols§decimal_formats: DecimalFormats§currency_formats: CurrencyFormatsTrait Implementations§
impl<'__de> Decode<'__de> for NumbersPropertieswhere
'__de:,
impl Encode for NumbersProperties
Auto Trait Implementations§
impl Freeze for NumbersProperties
impl RefUnwindSafe for NumbersProperties
impl Send for NumbersProperties
impl Sync for NumbersProperties
impl Unpin for NumbersProperties
impl UnsafeUnpin for NumbersProperties
impl UnwindSafe for NumbersProperties
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