Struct prefixtree::PrefixTree [] [src]

pub struct PrefixTree<Elem, Payload> where
    Elem: Hash + Eq + Clone
{ pub tab: HashMap<(u32, u32, Elem), (u32, bool, Option<Payload>)>, }

Fields

Methods

impl<Elem: Hash + Eq + Clone, Payload: Clone> PrefixTree<Elem, Payload>
[src]

[src]

[src]

Trait Implementations

impl<Elem: Debug, Payload: Debug> Debug for PrefixTree<Elem, Payload> where
    Elem: Hash + Eq + Clone
[src]

[src]

Formats the value using the given formatter.

impl<Elem: Clone, Payload: Clone> Clone for PrefixTree<Elem, Payload> where
    Elem: Hash + Eq + Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more