pub struct RefRecord<'a> { /* fields omitted */ }
Expand description
A fastq record that borrows data from an array.
Copy the borrowed data array and return an owned record.
Formats the value using the given formatter. Read more
Return the id-line of the record as byte slice
Return the fastq sequence as byte slice
Return the quality of the bases as byte slice
Write the record to a writer
Return true if the sequence contains only A, C, T and G. Read more
Return true if the sequence contains only A, C, T, G and N. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.