pub enum Dna {
A,
C,
T,
G,
Gap,
}
Expand description
Dna element, an item in a dna sequence
Variants
A
C
T
G
Gap
Trait Implementations
impl Copy for Dna
impl Eq for Dna
impl StructuralEq for Dna
impl StructuralPartialEq for Dna
Auto Trait Implementations
impl RefUnwindSafe for Dna
impl Send for Dna
impl Sync for Dna
impl Unpin for Dna
impl UnwindSafe for Dna
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more