Struct bio::data_structures::qgram_index::Interval[][src]

pub struct Interval {
    pub start: usize,
    pub stop: usize,
}

An interval, consisting of start and stop position (the latter exclusive).

Fields

Methods

impl Interval
[src]

Important traits for &'a [u8]

Get the text within the given interval.

Trait Implementations

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 Debug for Interval
[src]

Formats the value using the given formatter. Read more

impl Copy for Interval
[src]

impl Clone for Interval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Interval

impl Sync for Interval