Struct noodles_fasta::record::Sequence [−][src]
pub struct Sequence(_);
Expand description
A FASTA record sequence.
Implementations
Returns the length of the sequence.
Examples
use noodles_fasta::record::Sequence;
let sequence = Sequence::default();
assert_eq!(sequence.len(), 0);
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Sequence
impl UnwindSafe for Sequence
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.