Struct french_numbers::Options [] [src]

pub struct Options {
    pub feminine: bool,
    pub reformed: bool,
}

Options for French number representation

Fields

Set to true to get a feminine declination (default false). This only affects numbers ending in 1.

Set to false to prevent hyphens from being inserted between literals greater than 100 (default true). This corresponds to the way of writing predating the 1990 orthographic reform.

Trait Implementations

impl Debug for Options
[src]

[src]

Formats the value using the given formatter.

impl Default for Options
[src]

[src]

Returns the "default value" for a type. Read more