pub struct FastrieBuilderNode<V> { /* private fields */ }Implementations§
Source§impl<V> FastrieBuilderNode<V>
impl<V> FastrieBuilderNode<V>
pub fn new(index_width: IndexWidth) -> FastrieBuilderNode<V>
pub fn add(&mut self, pattern: &[u8], value: V)
pub fn prebuild(&mut self) -> FastrieBuild<V>
Auto Trait Implementations§
impl<V> Freeze for FastrieBuilderNode<V>where
V: Freeze,
impl<V> RefUnwindSafe for FastrieBuilderNode<V>where
V: RefUnwindSafe,
impl<V> Send for FastrieBuilderNode<V>where
V: Send,
impl<V> Sync for FastrieBuilderNode<V>where
V: Sync,
impl<V> Unpin for FastrieBuilderNode<V>where
V: Unpin,
impl<V> UnwindSafe for FastrieBuilderNode<V>where
V: 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