pub struct FMIndex<C: Character>(/* private fields */);
Expand description
FMIndex, count only.
The FM-Index is both a search index as well as compact representation of the text.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C> Freeze for FMIndex<C>
impl<C> RefUnwindSafe for FMIndex<C>where
C: RefUnwindSafe,
impl<C> Send for FMIndex<C>where
C: Send,
impl<C> Sync for FMIndex<C>where
C: Sync,
impl<C> Unpin for FMIndex<C>where
C: Unpin,
impl<C> UnwindSafe for FMIndex<C>where
C: 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