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

pub struct ExactMatch {
    pub pattern: Interval,
    pub text: Interval,
}

An exact match between the pattern and the text.

Fields

Trait Implementations

impl PartialEq for ExactMatch
[src]

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

This method tests for !=.

impl Debug for ExactMatch
[src]

Formats the value using the given formatter. Read more

impl Copy for ExactMatch
[src]

impl Clone for ExactMatch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ExactMatch

impl Sync for ExactMatch