Struct workflow_rs::core::abortable::Aborted
source · pub struct Aborted;
Trait Implementations§
source§impl Error for Aborted
impl Error for Aborted
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl FromWasmAbi for Aborted
impl FromWasmAbi for Aborted
source§impl IntoWasmAbi for Aborted
impl IntoWasmAbi for Aborted
source§impl LongRefFromWasmAbi for Aborted
impl LongRefFromWasmAbi for Aborted
source§unsafe fn long_ref_from_abi(
js: <Aborted as LongRefFromWasmAbi>::Abi
) -> <Aborted as LongRefFromWasmAbi>::Anchor
unsafe fn long_ref_from_abi( js: <Aborted as LongRefFromWasmAbi>::Abi ) -> <Aborted as LongRefFromWasmAbi>::Anchor
Same as
RefFromWasmAbi::ref_from_abi
source§impl OptionFromWasmAbi for Aborted
impl OptionFromWasmAbi for Aborted
source§impl OptionIntoWasmAbi for Aborted
impl OptionIntoWasmAbi for Aborted
source§impl RefFromWasmAbi for Aborted
impl RefFromWasmAbi for Aborted
§type Anchor = Ref<'static, Aborted>
type Anchor = Ref<'static, Aborted>
The type that holds the reference to
Self
for the duration of the
invocation of the function that has an &Self
parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.source§unsafe fn ref_from_abi(
js: <Aborted as RefFromWasmAbi>::Abi
) -> <Aborted as RefFromWasmAbi>::Anchor
unsafe fn ref_from_abi( js: <Aborted as RefFromWasmAbi>::Abi ) -> <Aborted as RefFromWasmAbi>::Anchor
source§impl RefMutFromWasmAbi for Aborted
impl RefMutFromWasmAbi for Aborted
source§unsafe fn ref_mut_from_abi(
js: <Aborted as RefMutFromWasmAbi>::Abi
) -> <Aborted as RefMutFromWasmAbi>::Anchor
unsafe fn ref_mut_from_abi( js: <Aborted as RefMutFromWasmAbi>::Abi ) -> <Aborted as RefMutFromWasmAbi>::Anchor
Same as
RefFromWasmAbi::ref_from_abi
source§impl TryFromJsValue for Aborted
impl TryFromJsValue for Aborted
source§impl VectorFromWasmAbi for Aborted
impl VectorFromWasmAbi for Aborted
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi( js: <Aborted as VectorFromWasmAbi>::Abi ) -> Box<[Aborted]>
source§impl VectorIntoWasmAbi for Aborted
impl VectorIntoWasmAbi for Aborted
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi( vector: Box<[Aborted]> ) -> <Aborted as VectorIntoWasmAbi>::Abi
Auto Trait Implementations§
impl RefUnwindSafe for Aborted
impl Send for Aborted
impl Sync for Aborted
impl Unpin for Aborted
impl UnwindSafe for Aborted
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.