[][src]Struct pure_rust_locales::lo_LA::LC_TIME

pub struct LC_TIME;

Methods

impl LC_TIME[src]

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

$["ອາ.", "ຈ.", "ຄ.", "ພ.", "ພຫ.", "ສ.", "ສ."]

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

$["ມ.ກ.", "ກ.ພ.", "ມ.ນ.", "ມ.ສ.", "ພ.ພ.", "ມ\u{eb4}.ຖ.", "ກ.ລ.", "ສ.ຫ.", "ກ.ຍ.", "ຕ.ລ.", "ພ.ຈ.", "ທ.ວ."]

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

$["AM", "PM"]

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

"%d/%m/%Ey"

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

"%a %e %b %Ey, %H:%M:%S"

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

"%a %e %b %Ey %H:%M:%S %Z"

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

$["ອາທ\u{eb4}ດ", "ຈ\u{eb1}ນ", "ອ\u{eb1}ງຄານ", "ພ\u{eb8}ດ", "ພະຫ\u{eb1}ດ", "ສ\u{eb8}ກ", "ເສ\u{ebb}າ"]

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

"+:1:-543/01/01:+*:ພ.ສ.:%EC %Ey"

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

"%e %b %Ey"

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

"ວ\u{eb1}ນ%Aທ\u{eb5}\u{ec8} %e %B %EC %Ey, %H.%M.%S ນ."

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

"%H.%M.%S ນ."

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

$["ມ\u{eb1}ງກອນ", "ກ\u{eb8}ມພາ", "ມ\u{eb5}ນາ", "ເມສາ", "ພ\u{eb6}ດສະພາ", "ມ\u{eb4}ຖ\u{eb8}ນາ", "ກ\u{ecd}ລະກ\u{ebb}ດ", "ສ\u{eb4}ງຫາ", "ກ\u{eb1}ນຍາ", "ຕ\u{eb8}ລາ", "ພະຈ\u{eb4}ກ", "ທ\u{eb1}ນວາ"]

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

"%H:%M:%S"

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

"%I:%M:%S %p"

pub fn week() -> &'static [i64][src]

&[7, 19971130, 1]

Auto Trait Implementations

impl Unpin for LC_TIME

impl Send for LC_TIME

impl Sync for LC_TIME

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]