Enum bio::alignment::AlignmentOperation
[−]
[src]
pub enum AlignmentOperation {
Match,
Subst,
Del,
Ins,
}Alignment operations (Match, Subst, Del and Ins).
Variants
MatchSubstDelInsTrait Implementations
impl Clone for AlignmentOperation[src]
fn clone(&self) -> AlignmentOperation
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more