Struct bio_types::genome::Interval[][src]

pub struct Interval { /* fields omitted */ }

Trait Implementations

impl Debug for Interval
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Interval
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Interval
[src]

impl Clone for Interval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Interval
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl AbstractInterval for Interval
[src]

Identifier for a genomic contig, e.g., a chromosome

Interval on the contig

Auto Trait Implementations

impl Send for Interval

impl Sync for Interval