pub enum STNumberFormat {
Show 63 variants
Decimal,
UpperRoman,
LowerRoman,
UpperLetter,
LowerLetter,
Ordinal,
CardinalText,
OrdinalText,
Hex,
Chicago,
IdeographDigital,
JapaneseCounting,
Aiueo,
Iroha,
DecimalFullWidth,
DecimalHalfWidth,
JapaneseLegal,
JapaneseDigitalTenThousand,
DecimalEnclosedCircle,
DecimalFullWidth2,
AiueoFullWidth,
IrohaFullWidth,
DecimalZero,
Bullet,
Ganada,
Chosung,
DecimalEnclosedFullstop,
DecimalEnclosedParen,
DecimalEnclosedCircleChinese,
IdeographEnclosedCircle,
IdeographTraditional,
IdeographZodiac,
IdeographZodiacTraditional,
TaiwaneseCounting,
IdeographLegalTraditional,
TaiwaneseCountingThousand,
TaiwaneseDigital,
ChineseCounting,
ChineseLegalSimplified,
ChineseCountingThousand,
KoreanDigital,
KoreanCounting,
KoreanLegal,
KoreanDigital2,
VietnameseCounting,
RussianLower,
RussianUpper,
None,
NumberInDash,
Hebrew1,
Hebrew2,
ArabicAlpha,
ArabicAbjad,
HindiVowels,
HindiConsonants,
HindiNumbers,
HindiCounting,
ThaiLetters,
ThaiNumbers,
ThaiCounting,
BahtText,
DollarText,
Custom,
}Variants§
Decimal
UpperRoman
LowerRoman
UpperLetter
LowerLetter
Ordinal
CardinalText
OrdinalText
Hex
Chicago
IdeographDigital
JapaneseCounting
Aiueo
Iroha
DecimalFullWidth
DecimalHalfWidth
JapaneseLegal
JapaneseDigitalTenThousand
DecimalEnclosedCircle
DecimalFullWidth2
AiueoFullWidth
IrohaFullWidth
DecimalZero
Bullet
Ganada
Chosung
DecimalEnclosedFullstop
DecimalEnclosedParen
DecimalEnclosedCircleChinese
IdeographEnclosedCircle
IdeographTraditional
IdeographZodiac
IdeographZodiacTraditional
TaiwaneseCounting
IdeographLegalTraditional
TaiwaneseCountingThousand
TaiwaneseDigital
ChineseCounting
ChineseLegalSimplified
ChineseCountingThousand
KoreanDigital
KoreanCounting
KoreanLegal
KoreanDigital2
VietnameseCounting
RussianLower
RussianUpper
None
NumberInDash
Hebrew1
Hebrew2
ArabicAlpha
ArabicAbjad
HindiVowels
HindiConsonants
HindiNumbers
HindiCounting
ThaiLetters
ThaiNumbers
ThaiCounting
BahtText
DollarText
Custom
Trait Implementations§
Source§impl Clone for STNumberFormat
impl Clone for STNumberFormat
Source§fn clone(&self) -> STNumberFormat
fn clone(&self) -> STNumberFormat
Returns a duplicate 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 Debug for STNumberFormat
impl Debug for STNumberFormat
Source§impl<'de> Deserialize<'de> for STNumberFormat
impl<'de> Deserialize<'de> for STNumberFormat
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
Source§impl Display for STNumberFormat
impl Display for STNumberFormat
Source§impl FromStr for STNumberFormat
impl FromStr for STNumberFormat
Source§impl PartialEq for STNumberFormat
impl PartialEq for STNumberFormat
Source§impl Serialize for STNumberFormat
impl Serialize for STNumberFormat
impl Copy for STNumberFormat
impl Eq for STNumberFormat
impl StructuralPartialEq for STNumberFormat
Auto Trait Implementations§
impl Freeze for STNumberFormat
impl RefUnwindSafe for STNumberFormat
impl Send for STNumberFormat
impl Sync for STNumberFormat
impl Unpin for STNumberFormat
impl UnsafeUnpin for STNumberFormat
impl UnwindSafe for STNumberFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.