Struct locale::InvariantLocaleFactory [] [src]

pub struct InvariantLocaleFactory;

Factory of invariant locales.

Invariant locale, called "C" or "POSIX" by standard C library locale functions, is default locale definitions for when no information about desired locale is available or localization is turned off.

Methods

impl InvariantLocaleFactory
[src]

Constructs invariant locale factory.

The signature is just so that it matches the other locale factories so the classes can be substituted depending on target operating system and the code using them does not have to care.

Trait Implementations

impl Debug for InvariantLocaleFactory
[src]

Formats the value using the given formatter.

impl Clone for InvariantLocaleFactory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for InvariantLocaleFactory
[src]

Returns the "default value" for a type. Read more

impl LocaleFactory for InvariantLocaleFactory
[src]

Get implementation of the Numeric locale category.

Get implementation of the Time locale category.