Struct read_token::NumberSettings [] [src]

pub struct NumberSettings {
    pub allow_underscore: bool,
}

The settings for reading numbers.

Fields

allow_underscore: bool

Whether to allow underscore in number.

Trait Implementations

impl Debug for NumberSettings
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for NumberSettings
[src]

fn clone(&self) -> NumberSettings

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for NumberSettings
[src]