Struct rug::complex::ValidComplex [] [src]

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

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

See the Complex::valid_str_radix method.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.