Struct rquickjs_core::intrinsic::RegExpCompiler
source · [−]pub struct RegExpCompiler;
Expand description
Add RegExp compiler
Trait Implementations
sourceimpl Intrinsic for RegExpCompiler
impl Intrinsic for RegExpCompiler
sourceunsafe fn add_intrinsic(ctx: *mut JSContext)
unsafe fn add_intrinsic(ctx: *mut JSContext)
Safety Read more
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more