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