Struct ress::Number[][src]

pub struct Number(_);

Methods

impl Number
[src]

Trait Implementations

impl Debug for Number
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Number
[src]

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

This method tests for !=.

impl Clone for Number
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<String> for Number
[src]

Performs the conversion.

impl<'a> From<&'a str> for Number
[src]

Performs the conversion.

impl ToString for Number
[src]

Converts the given value to a String. Read more

Auto Trait Implementations

impl Send for Number

impl Sync for Number