pub struct RegExecCtxt { /* private fields */ }Expand description
Incremental regex execution context.
§UPSTREAM-PARITY
Corresponds to xmlRegExecCtxtPtr / _xmlRegExecCtxt in libxml2.
Trait Implementations§
Auto Trait Implementations§
impl !Send for RegExecCtxt
impl !Sync for RegExecCtxt
impl Freeze for RegExecCtxt
impl RefUnwindSafe for RegExecCtxt
impl Unpin for RegExecCtxt
impl UnsafeUnpin for RegExecCtxt
impl UnwindSafe for RegExecCtxt
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