A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.rs/lexical-parse-integer/latest/lexical_parse_integer/struct.Options.html below:

Options in lexical_parse_integer - Rust

pub struct Options {  }
Expand description

Immutable options to customize writing integers.

§Examples
use lexical_parse_integer::options::Options;

let options = Options::builder()
    .build()
    .unwrap();
Source§ Source

Create options with default values.

Source

Check if the options state is valid.

Source

Get if we disable the use of multi-digit optimizations.

Source

Set if we disable the use of multi-digit optimizations.

Source

Get OptionsBuilder as a static function.

Source

Create OptionsBuilder using existing values.

Source§ Source§ Source§ Source§ Source§ Source§

Determine if the options are valid.

Source§ Source§

Tests for self and other values to be equal, and is used by ==.

1.0.0 · Source§

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Source§ Source§

This method returns an ordering between

self

and

other

values if one exists.

Read more 1.0.0 · Source§

Tests less than (for

self

and

other

) and is used by the

<

operator.

Read more 1.0.0 · Source§

Tests less than or equal to (for

self

and

other

) and is used by the

<=

operator.

Read more 1.0.0 · Source§

Tests greater than (for

self

and

other

) and is used by the

>

operator.

Read more 1.0.0 · Source§

Tests greater than or equal to (for

self

and

other

) and is used by the

>=

operator.

Read more Source§ Source§

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4