pub struct WordMatch {
pub word_ids: Vec<i32>,
pub length: usize,
}Expand description
A single word match from a trie lookup.
Fields§
§word_ids: Vec<i32>§length: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for WordMatch
impl RefUnwindSafe for WordMatch
impl Send for WordMatch
impl Sync for WordMatch
impl Unpin for WordMatch
impl UnsafeUnpin for WordMatch
impl UnwindSafe for WordMatch
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