Enum gettextrs::LocaleCategory[][src]

pub enum LocaleCategory {
    LcCType,
    LcNumeric,
    LcTime,
    LcCollate,
    LcMonetary,
    LcMessages,
    LcAll,
    LcPaper,
    LcName,
    LcAddress,
    LcTelephone,
    LcMeasurement,
    LcIdentification,
}

Locale category enum ported from locale.h

Variants

Character classification and case conversion.

Non-monetary numeric formats.

Date and time formats.

Collation order.

Monetary formats.

Formats of informative and diagnostic messages and interactive responses.

For all.

Paper size.

Name formats.

Address formats and location information.

Telephone number formats.

Measurement units (Metric or Other).

Metadata about the locale information.

Trait Implementations

impl Debug for LocaleCategory
[src]

Formats the value using the given formatter. Read more

impl PartialEq for LocaleCategory
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations