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
pattern: Interval
text: Interval
Trait Implementations
impl Clone for ExactMatch[src]
fn clone(&self) -> ExactMatch
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for ExactMatch[src]
impl Debug for ExactMatch[src]
impl PartialEq for ExactMatch[src]
fn eq(&self, __arg_0: &ExactMatch) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ExactMatch) -> bool
This method tests for !=.