pub struct Codon(/* private fields */);Expand description
Codons so we can make proteins out of them (soon).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Codon
impl RefUnwindSafe for Codon
impl Send for Codon
impl Sync for Codon
impl Unpin for Codon
impl UnwindSafe for Codon
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