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 !Send for AbortSignal
impl !Sync for AbortSignal
impl Freeze for AbortSignal
impl RefUnwindSafe for AbortSignal
impl Unpin for AbortSignal
impl UnsafeUnpin 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