Struct regex_automata::meta::wrappers::ReverseDFAEngine
source · pub(crate) struct ReverseDFAEngine(());
Tuple Fields§
§0: ()
Implementations§
source§impl ReverseDFAEngine
impl ReverseDFAEngine
pub(crate) fn new(info: &RegexInfo, nfarev: &NFA) -> Option<ReverseDFAEngine>
pub(crate) fn try_search_half_rev_limited( &self, input: &Input<'_>, min_start: usize, ) -> Result<Option<HalfMatch>, RetryError>
pub(crate) fn memory_usage(&self) -> usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReverseDFAEngine
impl RefUnwindSafe for ReverseDFAEngine
impl Send for ReverseDFAEngine
impl Sync for ReverseDFAEngine
impl Unpin for ReverseDFAEngine
impl UnwindSafe for ReverseDFAEngine
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