pub struct Term {
pub map: HashMap<String, String>,
pub ac: CharwiseDoubleArrayAhoCorasick<usize>,
}Fields§
§map: HashMap<String, String>§ac: CharwiseDoubleArrayAhoCorasick<usize>Implementations§
Auto Trait Implementations§
impl Freeze for Term
impl RefUnwindSafe for Term
impl Send for Term
impl Sync for Term
impl Unpin for Term
impl UnwindSafe for Term
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