Struct english_numbers::Formatting [] [src]

pub struct Formatting {
    pub title_case: bool,
    pub spaces: bool,
    pub conjunctions: bool,
    pub commas: bool,
    pub dashes: bool,
}

Fields

Methods

impl Formatting
[src]

Trait Implementations

impl Copy for Formatting
[src]

impl Clone for Formatting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Formatting
[src]

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