Struct napi_h::threadsafe_function::UnknownReturnValue
source · pub struct UnknownReturnValue;
Trait Implementations§
source§impl FromNapiValue for UnknownReturnValue
impl FromNapiValue for UnknownReturnValue
source§unsafe fn from_napi_value(_env: napi_env, _napi_val: napi_value) -> Result<Self>
unsafe fn from_napi_value(_env: napi_env, _napi_val: napi_value) -> Result<Self>
Safety Read more
fn from_unknown(value: JsUnknown) -> Result<Self>
source§impl TypeName for UnknownReturnValue
impl TypeName for UnknownReturnValue
source§impl ValidateNapiValue for UnknownReturnValue
impl ValidateNapiValue for UnknownReturnValue
source§unsafe fn validate(env: napi_env, napi_val: napi_value) -> Result<napi_value>
unsafe fn validate(env: napi_env, napi_val: napi_value) -> Result<napi_value>
Safety Read more
Auto Trait Implementations§
impl Freeze for UnknownReturnValue
impl RefUnwindSafe for UnknownReturnValue
impl Send for UnknownReturnValue
impl Sync for UnknownReturnValue
impl Unpin for UnknownReturnValue
impl UnwindSafe for UnknownReturnValue
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