Struct computer_v1::polynomial::Polynomial [] [src]

pub struct Polynomial(_);

The Polynomial is a overload of Order's interface.

Methods

impl Polynomial
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Polynomial
[src]

[src]

Formats the value using the given formatter.

impl Clone for Polynomial
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl FromStr for Polynomial
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl Default for Polynomial
[src]

[src]

Returns the "default value" for a type. Read more

impl Display for Polynomial
[src]

[src]

Formats the value using the given formatter. Read more