Struct rquickjs_core::context::intrinsic::RegExpCompiler
source · pub struct RegExpCompiler;
Expand description
Add RegExp compiler
Trait Implementations§
source§impl Intrinsic for RegExpCompiler
impl Intrinsic for RegExpCompiler
Auto Trait Implementations§
impl RefUnwindSafe for RegExpCompiler
impl Send for RegExpCompiler
impl Sync for RegExpCompiler
impl Unpin for RegExpCompiler
impl UnwindSafe for RegExpCompiler
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