pub struct FastaIndex { /* private fields */ }Expand description
FASTA index parsed from a .fai file.
Implementations§
Trait Implementations§
Source§impl Clone for FastaIndex
impl Clone for FastaIndex
Source§fn clone(&self) -> FastaIndex
fn clone(&self) -> FastaIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FastaIndex
impl RefUnwindSafe for FastaIndex
impl Send for FastaIndex
impl Sync for FastaIndex
impl Unpin for FastaIndex
impl UnsafeUnpin for FastaIndex
impl UnwindSafe for FastaIndex
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