pub struct FastqReader<R: Read> { /* private fields */ }
Expand description
The reader of FASTA formatted file
Implementations§
Source§impl<'a, R: Read> FastqReader<R>
impl<'a, R: Read> FastqReader<R>
Source§impl<'a> FastqReader<&'a [u8]>
impl<'a> FastqReader<&'a [u8]>
pub fn from_bytes(bytes: &'a [u8]) -> Self
Auto Trait Implementations§
impl<R> Freeze for FastqReader<R>where
R: Freeze,
impl<R> RefUnwindSafe for FastqReader<R>where
R: RefUnwindSafe,
impl<R> Send for FastqReader<R>where
R: Send,
impl<R> Sync for FastqReader<R>where
R: Sync,
impl<R> Unpin for FastqReader<R>where
R: Unpin,
impl<R> UnwindSafe for FastqReader<R>where
R: UnwindSafe,
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