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