[][src]Struct pure_rust_locales::cy_GB::LC_IDENTIFICATION

pub struct LC_IDENTIFICATION;

Methods

impl LC_IDENTIFICATION[src]

pub fn address() -> &'static str[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_PAPER"],
    &["i18n:2012", "LC_TELEPHONE"],
    &["i18n:2012", "LC_MEASUREMENT"],
    &["i18n:2012", "LC_ADDRESS"],
    &["i18n:2012", "LC_MESSAGES"],
    &["i18n:2012", "LC_MONETARY"],
]

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

"Pablo Saratxaga"

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

"2004-09-27"

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

"pablo@mandrakesoft.com"

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

""

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

"Welsh"

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

"0.9"

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

"thanks to Dafydd Tomos (dafydd@imaginet.co.uk)"

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

""

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

"United Kingdom"

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

"Welsh language locale for Great Britain"

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]