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.

impl PartialEq for NumberSettings
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for NumberSettings
[src]