Struct locale::Numeric [] [src]

pub struct Numeric {
    pub decimal_sep: String,
    pub thousands_sep: String,
}

Information on how to format numbers.

Fields

The punctuation that separates the decimal part of a non-integer number. Usually a decimal point or a decimal comma.

The punctuation that separates groups of digits in long numbers.

Methods

impl Numeric
[src]

Trait Implementations

impl Debug for Numeric
[src]

Formats the value using the given formatter.

impl Clone for Numeric
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more