[][src]Struct pure_rust_locales::en_BW::LC_MONETARY

pub struct LC_MONETARY;

Methods

impl LC_MONETARY[src]

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

"P"

pub fn frac_digits() -> i64[src]

2

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

"BWP "

pub fn int_frac_digits() -> i64[src]

2

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

"."

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

&[3, 3]

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

","

pub fn n_cs_precedes() -> i64[src]

1

pub fn n_sep_by_space() -> i64[src]

0

pub fn n_sign_posn() -> i64[src]

1

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

"-"

pub fn p_cs_precedes() -> i64[src]

1

pub fn p_sep_by_space() -> i64[src]

0

pub fn p_sign_posn() -> i64[src]

1

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

""

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]