Enum intl_pluralrules::PluralRuleType [−][src]
pub enum PluralRuleType {
ORDINAL,
CARDINAL,
}
Expand description
A public enum for handling plural type.
Variants
ORDINAL
Ordinal numbers express position or rank in a sequence. More about oridinal numbers
CARDINAL
Cardinal numbers are natural numbers. More about cardinal numbers
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PluralRuleType
impl Send for PluralRuleType
impl Sync for PluralRuleType
impl Unpin for PluralRuleType
impl UnwindSafe for PluralRuleType
Blanket Implementations
Mutably borrows from an owned value. Read more