Struct read_token::NumberSettings [] [src]

pub struct NumberSettings {
    pub allow_underscore: bool,
}

The settings for reading numbers.

Fields

Whether to allow underscore in number.

Trait Implementations

impl Copy for NumberSettings
[src]

impl Clone for NumberSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NumberSettings
[src]

Formats the value using the given formatter.