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