Struct fastq::RefRecord[][src]

pub struct RefRecord<'a> { /* fields omitted */ }
Expand description

A fastq record that borrows data from an array.

Implementations

Copy the borrowed data array and return an owned record.

Trait Implementations

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

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.