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 Copy for NumberSettings[src]
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 Debug for NumberSettings[src]
impl PartialEq for NumberSettings[src]
fn eq(&self, __arg_0: &NumberSettings) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &NumberSettings) -> bool
This method tests for !=.