Struct noodles_fasta::fai::Record [−][src]
pub struct Record { /* fields omitted */ }
Expand description
A FASTA index record.
Implementations
Creates a FASTA index record.
Returns the reference sequence name.
Returns the number of bases in a line.
Returns the number of characters in a line.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Record
impl UnwindSafe for Record
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.