Enum cld2::Reliability [] [src]

pub enum Reliability {
    Reliable,
    Unreliable,
}

Is the output of the language decoder reliable?

Variants

The decoder is reasonably confident about this guess.

The decoder does not have high confidence in this guess.

Methods

impl Reliability
[src]

Construct from a boolean value.

Trait Implementations

impl PartialEq for Reliability
[src]

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

This method tests for !=.

impl Eq for Reliability
[src]

impl Debug for Reliability
[src]

Formats the value using the given formatter.

impl Clone for Reliability
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Reliability
[src]