pub struct FstDict { /* private fields */ }Expand description
FST-backed dictionary loaded from a binary file via mmap.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FstDict
impl RefUnwindSafe for FstDict
impl Send for FstDict
impl Sync for FstDict
impl Unpin for FstDict
impl UnsafeUnpin for FstDict
impl UnwindSafe for FstDict
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