pub struct JsTypeError(/* private fields */);
Implementations§
Source§impl JsTypeError
impl JsTypeError
Sourcepub unsafe fn into_value(self, env: napi_env) -> napi_value
pub unsafe fn into_value(self, env: napi_env) -> napi_value
§Safety
This function is safety if env is not null ptr.
Sourcepub unsafe fn throw_into(self, env: napi_env)
pub unsafe fn throw_into(self, env: napi_env)
§Safety
This function is safety if env is not null ptr.
pub fn throw(&self, env: &Env) -> Result<(), Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsTypeError
impl RefUnwindSafe for JsTypeError
impl Send for JsTypeError
impl Sync for JsTypeError
impl Unpin for JsTypeError
impl UnwindSafe for JsTypeError
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