Struct bitstring_trees::map::Leaf
[−]
[src]
pub struct Leaf<S: BitString, V> { /* fields omitted */ }
Leaf nodes represent prefixes part of the set
Methods
impl<S: BitString, V> Leaf<S, V>[src]
fn key(&self) -> &S
The prefix the leaf represents
Trait Implementations
impl<S: Clone + BitString, V: Clone> Clone for Leaf<S, V>[src]
fn clone(&self) -> Leaf<S, V>
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