pub struct CodonTable { /* private fields */ }Expand description
A struct that holds the standard DNA codon translation table. It maps three-letter DNA codons (e.g., “AUG”) to their corresponding amino acids.
Implementations§
Trait Implementations§
Source§impl Debug for CodonTable
impl Debug for CodonTable
Auto Trait Implementations§
impl Freeze for CodonTable
impl RefUnwindSafe for CodonTable
impl Send for CodonTable
impl Sync for CodonTable
impl Unpin for CodonTable
impl UnwindSafe for CodonTable
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