pub struct NumbersSymbols {Show 13 fields
pub decimal: String,
pub group: String,
pub list: String,
pub percent_sign: String,
pub plus_sign: String,
pub minus_sign: String,
pub approximately_sign: String,
pub exponential: String,
pub superscripting_exponent: String,
pub per_mille: String,
pub infinity: String,
pub nan: String,
pub time_separator: String,
}Fields§
§decimal: String§group: String§list: String§percent_sign: String§plus_sign: String§minus_sign: String§approximately_sign: String§exponential: String§superscripting_exponent: String§per_mille: String§infinity: String§nan: String§time_separator: StringTrait Implementations§
impl<'__de> Decode<'__de> for NumbersSymbolswhere
'__de:,
impl Encode for NumbersSymbols
Auto Trait Implementations§
impl Freeze for NumbersSymbols
impl RefUnwindSafe for NumbersSymbols
impl Send for NumbersSymbols
impl Sync for NumbersSymbols
impl Unpin for NumbersSymbols
impl UnsafeUnpin for NumbersSymbols
impl UnwindSafe for NumbersSymbols
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