pub struct JsRangeError(/* private fields */);
Implementations§
Source§impl JsRangeError
impl JsRangeError
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 JsRangeError
impl RefUnwindSafe for JsRangeError
impl Send for JsRangeError
impl Sync for JsRangeError
impl Unpin for JsRangeError
impl UnwindSafe for JsRangeError
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