Type Definition bdb::db::sra::RecordList

source ·
pub type RecordList = Vec<Record>;
Expand description

UniProt record collection type.

Trait Implementations§

Determine if model contains all possible information.
Estimate the size of the resulting FASTQ output to avoid reallocations.
Export model to FASTQ. Read more
Import model from FASTQ.
Export model to FASTQ string.
Export model to FASTQ output file.
Import model from FASTQ string.
Import model from FASTQ file.
Export collection to FASTQ. Read more
Export collection to FASTQ. Read more
Import collection from FASTQ. Read more
Import collection from FASTQ. Read more
Determine if model contains only valid information.