[][src]Struct pure_rust_locales::et_EE::LC_ADDRESS

pub struct LC_ADDRESS;

Methods

impl LC_ADDRESS[src]

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

"EE"

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

"EST"

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

"EST"

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

"978-9949,978-9985"

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

"Eesti"

pub fn country_num() -> i64[src]

233

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

"EE"

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

"et"

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

"est"

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

"eesti"

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

"est"

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

"%a%N%f%N%d%N%b%N%s%t%h%t%e%t%r%N%C-%z %T%N%c%N"

Auto Trait Implementations

impl Unpin for LC_ADDRESS

impl Send for LC_ADDRESS

impl Sync for LC_ADDRESS

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]