pub struct NcbiStdaaBase(/* private fields */);
Expand description
Single byte base representation that uses 5 bits per base.
Trait Implementations§
Source§impl Clone for NcbiStdaaBase
impl Clone for NcbiStdaaBase
Source§fn clone(&self) -> NcbiStdaaBase
fn clone(&self) -> NcbiStdaaBase
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NcbiStdaaBase
impl Debug for NcbiStdaaBase
Source§impl From<NcbiStdaaBase> for char
impl From<NcbiStdaaBase> for char
Source§fn from(value: NcbiStdaaBase) -> Self
fn from(value: NcbiStdaaBase) -> Self
Converts to this type from the input type.
Source§impl From<NcbiStdaaBase> for u8
impl From<NcbiStdaaBase> for u8
Source§fn from(value: NcbiStdaaBase) -> Self
fn from(value: NcbiStdaaBase) -> Self
Converts to this type from the input type.
Source§impl FromIterator<NcbiStdaaBase> for ProteinSequence
impl FromIterator<NcbiStdaaBase> for ProteinSequence
Source§fn from_iter<T: IntoIterator<Item = NcbiStdaaBase>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = NcbiStdaaBase>>(iter: T) -> Self
Creates a value from an iterator. Read more
Source§impl PartialEq for NcbiStdaaBase
impl PartialEq for NcbiStdaaBase
Source§impl TryFrom<u8> for NcbiStdaaBase
impl TryFrom<u8> for NcbiStdaaBase
impl Copy for NcbiStdaaBase
impl Eq for NcbiStdaaBase
impl StructuralPartialEq for NcbiStdaaBase
Auto Trait Implementations§
impl Freeze for NcbiStdaaBase
impl RefUnwindSafe for NcbiStdaaBase
impl Send for NcbiStdaaBase
impl Sync for NcbiStdaaBase
impl Unpin for NcbiStdaaBase
impl UnwindSafe for NcbiStdaaBase
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