[][src]Struct pure_rust_locales::ga_IE::LC_IDENTIFICATION

pub struct LC_IDENTIFICATION;

Methods

impl LC_IDENTIFICATION[src]

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

"Glasnevin, Dublin 9, Ireland"

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

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

""

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

"2000-06-29"

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

"bug-glibc-locales@gnu.org"

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

""

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

"Irish"

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

"1.0"

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

"NSAI"

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

""

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

"Ireland"

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

"Irish locale for Ireland"

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]