[][src]Struct pure_rust_locales::en_ZA::LC_IDENTIFICATION

pub struct LC_IDENTIFICATION;

Methods

impl LC_IDENTIFICATION[src]

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

"Translate.org.za"

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

"Box 28364, Sunnyside, 0132, South Africa"

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_MESSAGES"],
    &["i18n:2012", "LC_PAPER"],
    &["i18n:2012", "LC_MEASUREMENT"],
    &["i18n:2012", "LC_NAME"],
    &["i18n:2012", "LC_ADDRESS"],
    &["i18n:2012", "LC_TELEPHONE"],
]

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

"Dwayne Bailey"

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

"2007-04-19"

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

"dwayne@translate.org.za"

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

""

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

"English"

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

"1.3"

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

"Zuza Software Foundation (Translate.org.za)"

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

""

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

"South Africa"

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

"English locale for South Africa"

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]