Enum rosalind::RosalindError [] [src]

pub enum RosalindError {
    UnknownNucleotide(char),
    UnknownCodon(String),
    UnknownAminoAcid(char),
    CodonParseError,
    HammingStringsLengthError,
    MotifStringsLengthError,
    InvalidInputParameters,
}

Variants

Trait Implementations

impl PartialEq for RosalindError
[src]

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

This method tests for !=.

impl Debug for RosalindError
[src]

Formats the value using the given formatter.

impl Display for RosalindError
[src]

Formats the value using the given formatter. Read more

impl Error for RosalindError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more