Struct pqgrams::PQGram [] [src]

pub struct PQGram<L: ValidGramElement> { /* fields omitted */ }

A single 'gram in a profile.

Methods

impl<L: ValidGramElement> PQGram<L>
[src]

Build a PQGram from ancestors and siblings (ps & qs)

Concatenate ancestor and sibling nodes, replacing "Filler" nodes with the clones of filler_as. By convention string filler nodes might be represented "*" (as in the paper).

Trait Implementations

impl<L: Clone + ValidGramElement> Clone for PQGram<L>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<L: Debug + ValidGramElement> Debug for PQGram<L>
[src]

Formats the value using the given formatter.

impl<L: PartialEq + ValidGramElement> PartialEq for PQGram<L>
[src]

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

This method tests for !=.

impl<L: PartialOrd + ValidGramElement> PartialOrd for PQGram<L>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl<L: Eq + ValidGramElement> Eq for PQGram<L>
[src]

impl<L: Ord + ValidGramElement> Ord for PQGram<L>
[src]

This method returns an Ordering between self and other. Read more