Struct bio::io::fastq::Record [] [src]

pub struct Record { /* fields omitted */ }

A FastQ record.

Methods

impl Record
[src]

[src]

Create a new, empty FastQ record.

[src]

Create a new FastQ record from given attributes.

[src]

Check if record is empty.

[src]

Check validity of FastQ record.

[src]

Return the id of the record.

[src]

Return descriptions if present.

[src]

Return the sequence of the record.

Important traits for &'a mut [u8]
[src]

Return the base qualities of the record.

Trait Implementations

impl Debug for Record
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Record
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Record
[src]

[src]

Returns the "default value" for a type. Read more

impl Display for Record
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Record

impl Sync for Record