Struct rug::rational::ValidRational [] [src]

pub struct ValidRational<'a> { /* fields omitted */ }

A validated string that can always be converted to a Rational.

See the Rational::valid_str_radix method.

Trait Implementations

impl<'a> Clone for ValidRational<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for ValidRational<'a>
[src]

Formats the value using the given formatter.