Struct napi_h::bindgen_prelude::AbortSignal
source · pub struct AbortSignal { /* private fields */ }
Expand description
Trait Implementations§
source§impl FromNapiValue for AbortSignal
impl FromNapiValue for AbortSignal
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>
Auto Trait Implementations§
impl Freeze for AbortSignal
impl RefUnwindSafe for AbortSignal
impl !Send for AbortSignal
impl !Sync for AbortSignal
impl Unpin for AbortSignal
impl UnwindSafe for AbortSignal
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