Struct bitmaptrie::PathCache [] [src]

pub struct PathCache<T> {
    // some fields omitted
}

A cached path into a trie

Trait Implementations

impl<T> Clone for PathCache<T>
[src]

fn clone(&self) -> PathCache<T>

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<T> Copy for PathCache<T>
[src]