Struct regex_automata::meta::wrappers::PikeVM
source · pub(crate) struct PikeVM(PikeVMEngine);
Tuple Fields§
§0: PikeVMEngine
Implementations§
source§impl PikeVM
impl PikeVM
pub(crate) fn new( info: &RegexInfo, pre: Option<Prefilter>, nfa: &NFA, ) -> Result<PikeVM, BuildError>
pub(crate) fn create_cache(&self) -> PikeVMCache
pub(crate) fn get(&self) -> &PikeVMEngine
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PikeVM
impl RefUnwindSafe for PikeVM
impl Send for PikeVM
impl Sync for PikeVM
impl Unpin for PikeVM
impl UnwindSafe for PikeVM
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