Struct ironcalc_base::locale::NumbersSymbols
source · 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§
source§impl Clone for NumbersSymbols
impl Clone for NumbersSymbols
source§fn clone(&self) -> NumbersSymbols
fn clone(&self) -> NumbersSymbols
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'de> Deserialize<'de> for NumbersSymbols
impl<'de> Deserialize<'de> for NumbersSymbols
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for NumbersSymbols
impl Send for NumbersSymbols
impl Sync for NumbersSymbols
impl Unpin 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