Enum bio::alignment::AlignmentOperation [] [src]

pub enum AlignmentOperation {
    Match,
    Subst,
    Del,
    Ins,
}

Alignment operations (Match, Subst, Del and Ins).

Variants

Trait Implementations

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

Formats the value using the given formatter.

impl Copy for AlignmentOperation
[src]

impl Clone for AlignmentOperation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more