Struct rsmorphy::dawg::dawg::CompletionDawg[][src]

pub struct CompletionDawg<V> where
    V: DawgValue
{ /* fields omitted */ }

Methods

impl<V> CompletionDawg<V> where
    V: DawgValue
[src]

Important traits for Vec<u8>

Returns a list of (key, value) tuples for all variants of key in this DAWG according to replaces.

replaces is an object obtained from DAWG.compile_replaces(mapping) where mapping is a dict that maps single-char unicode sitrings to another single-char unicode strings.

Important traits for Vec<u8>

Trait Implementations

impl<V: Debug> Debug for CompletionDawg<V> where
    V: DawgValue
[src]

Formats the value using the given formatter. Read more

impl<V: Clone> Clone for CompletionDawg<V> where
    V: DawgValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<V> Send for CompletionDawg<V> where
    V: Send

impl<V> Sync for CompletionDawg<V> where
    V: Sync