pub struct StaticLfi<B: Block<u32>> { /* private fields */ }
Expand description
LtFmIndex that has a maximum number of characters that can be indexed. (The maximum length of one sequence is u32::MAX)
Trait Implementations§
Source§impl<B: Block<u32>> EstimateSize for StaticLfi<B>
impl<B: Block<u32>> EstimateSize for StaticLfi<B>
fn serialized_size(&self) -> usize
Source§impl<B: Block<u32>> PatternIndex for StaticLfi<B>
impl<B: Block<u32>> PatternIndex for StaticLfi<B>
Auto Trait Implementations§
impl<B> Freeze for StaticLfi<B>
impl<B> RefUnwindSafe for StaticLfi<B>where
B: RefUnwindSafe,
impl<B> Send for StaticLfi<B>
impl<B> Sync for StaticLfi<B>
impl<B> Unpin for StaticLfi<B>where
B: Unpin,
impl<B> UnwindSafe for StaticLfi<B>where
B: 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