Enum rsmorphy::container::score::Score [] [src]

pub enum Score {
    Real(f64),
    Fake(f64),
}

Variants

Methods

impl Score
[src]

Trait Implementations

impl Debug for Score
[src]

Formats the value using the given formatter.

impl PartialEq for Score
[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 Score
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Score
[src]

impl Mul for Score
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<f64> for Score
[src]

The resulting type after applying the * operator

The method for the * operator