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