Struct noodles_vcf::record::position::Position [−][src]
pub struct Position(_);
Expand description
A VCF record position.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Position
impl UnwindSafe for Position
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.