[][src]Struct pure_rust_locales::sw_KE::LC_IDENTIFICATION

pub struct LC_IDENTIFICATION;

Methods

impl LC_IDENTIFICATION[src]

pub fn category() -> &'static [&'static [&'static str]][src]

This example is not tested
&[
    &["i18n:2012", "LC_IDENTIFICATION"],
    &["i18n:2012", "LC_CTYPE"],
    &["i18n:2012", "LC_COLLATE"],
    &["i18n:2012", "LC_TIME"],
    &["i18n:2012", "LC_NUMERIC"],
    &["i18n:2012", "LC_MONETARY"],
    &["i18n:2012", "LC_PAPER"],
    &["i18n:2012", "LC_MEASUREMENT"],
    &["i18n:2012", "LC_MESSAGES"],
    &["i18n:2012", "LC_NAME"],
    &["i18n:2012", "LC_ADDRESS"],
    &["i18n:2012", "LC_TELEPHONE"],
]

pub fn contact() -> &'static str[src]

"Martin Benjamin"

pub fn date() -> &'static str[src]

"2011-03-07"

pub fn email() -> &'static str[src]

"locales@kamusi.org"

pub fn fax() -> &'static str[src]

""

pub fn language() -> &'static str[src]

"Swahili"

pub fn revision() -> &'static str[src]

"1.0"

pub fn source() -> &'static str[src]

"Kamusi Project"

pub fn tel() -> &'static str[src]

""

pub fn territory() -> &'static str[src]

"Kenya"

pub fn title() -> &'static str[src]

"Swahili locale for Kenya"

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]