Enum intl_pluralrules::PluralRuleType [−][src]
pub enum PluralRuleType {
ORDINAL,
CARDINAL,
}A public enum for handlling plural type.
Variants
ORDINALOrdinal numbers express position or rank in a sequence. More about oridinal numbers
CARDINALCardinal numbers are natural numbers. More about cardinal numbers
Auto Trait Implementations
impl Send for PluralRuleType
impl Send for PluralRuleTypeimpl Sync for PluralRuleType
impl Sync for PluralRuleType