pub struct Blast8naBase(/* private fields */);
Expand description
Single byte base representation that packs the unambiguous bases in values 0-3.
For unambiguous bases this is the same as Ncbi2naBase
.
Trait Implementations§
Source§impl Clone for Blast8naBase
impl Clone for Blast8naBase
Source§fn clone(&self) -> Blast8naBase
fn clone(&self) -> Blast8naBase
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 Blast8naBase
impl Debug for Blast8naBase
Source§impl From<Blast8naBase> for Ncbi8naBase
impl From<Blast8naBase> for Ncbi8naBase
Source§fn from(value: Blast8naBase) -> Self
fn from(value: Blast8naBase) -> Self
Converts to this type from the input type.
Source§impl From<Ncbi8naBase> for Blast8naBase
impl From<Ncbi8naBase> for Blast8naBase
Source§fn from(value: Ncbi8naBase) -> Self
fn from(value: Ncbi8naBase) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Blast8naBase
impl PartialEq for Blast8naBase
impl Copy for Blast8naBase
impl Eq for Blast8naBase
impl StructuralPartialEq for Blast8naBase
Auto Trait Implementations§
impl Freeze for Blast8naBase
impl RefUnwindSafe for Blast8naBase
impl Send for Blast8naBase
impl Sync for Blast8naBase
impl Unpin for Blast8naBase
impl UnwindSafe for Blast8naBase
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