[][src]Struct pure_rust_locales::pa_IN::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_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]

"2004-09-30"

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

"bug-glibc-locales@gnu.org"

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

""

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

"Punjabi"

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

"0.2"

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

"IndLinux.org"

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

""

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

"India"

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

"Punjabi language locale for Indian Punjabi(Gurmukhi)"

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]