pub struct Set<K: BitString + Clone> { /* private fields */ }
Expand description
Set of bit string prefixes
Sibling prefixes are automatically merged.
This is implemented as a crate::tree::Tree
where nodes don’t carry
values at all, buf leaf nodes represent set membership of the associated
key.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K> Freeze for Set<K>where
K: Freeze,
impl<K> RefUnwindSafe for Set<K>where
K: RefUnwindSafe,
impl<K> Send for Set<K>where
K: Send,
impl<K> Sync for Set<K>where
K: Sync,
impl<K> Unpin for Set<K>where
K: Unpin,
impl<K> UnwindSafe for Set<K>where
K: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)