pub enum SeqType {
Dna,
Rna,
Protein,
Unlimit,
}Variants§
Implementations§
Trait Implementations§
impl Copy for SeqType
impl Eq for SeqType
impl StructuralPartialEq for SeqType
Auto Trait Implementations§
impl Freeze for SeqType
impl RefUnwindSafe for SeqType
impl Send for SeqType
impl Sync for SeqType
impl Unpin for SeqType
impl UnsafeUnpin for SeqType
impl UnwindSafe for SeqType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more