Struct locale::CompositeLocaleFactory [] [src]

pub struct CompositeLocaleFactory<First: LocaleFactory, Second: LocaleFactory> { /* fields omitted */ }

Auxiliary class for creating composing partial implementations of locale factories.

Methods

impl<F: LocaleFactory, S: LocaleFactory> CompositeLocaleFactory<F, S>
[src]

Trait Implementations

impl<First: Debug + LocaleFactory, Second: Debug + LocaleFactory> Debug for CompositeLocaleFactory<First, Second>
[src]

Formats the value using the given formatter.

impl<First: Clone + LocaleFactory, Second: Clone + LocaleFactory> Clone for CompositeLocaleFactory<First, Second>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<F: LocaleFactory, S: LocaleFactory> LocaleFactory for CompositeLocaleFactory<F, S>
[src]

Get implementation of the Numeric locale category.

Get implementation of the Time locale category.