[−][src]Struct js_sys::WebAssembly::RuntimeError
The WebAssembly.RuntimeError()
constructor creates a new WebAssembly
RuntimeError
object — the type that is thrown whenever WebAssembly
specifies a trap.
Implementations
impl RuntimeError
[src][−]
pub fn new(message: &str) -> RuntimeError
[src][−]
The WebAssembly.RuntimeError()
constructor creates a new WebAssembly
RuntimeError
object — the type that is thrown whenever WebAssembly
specifies a trap.
Methods from Deref<Target = Error>
pub fn message(&self) -> JsString
[src][−]
The message property is a human-readable description of the error.
pub fn set_message(&self, message: &str)
[src][−]
pub fn name(&self) -> JsString
[src][−]
The name property represents a name for the type of error. The initial value is "Error".
pub fn to_string(&self) -> JsString
[src][−]
The toString()
method returns a string representing the specified Error object
Trait Implementations
impl AsRef<Error> for RuntimeError
[src][+]
impl AsRef<JsValue> for RuntimeError
[src][+]
impl AsRef<RuntimeError> for RuntimeError
[src][+]
impl Clone for RuntimeError
[src][+]
impl Debug for RuntimeError
[src][+]
impl Deref for RuntimeError
[src][+]
impl Eq for RuntimeError
[src]
impl From<JsValue> for RuntimeError
[src][+]
impl From<RuntimeError> for JsValue
[src][+]
impl From<RuntimeError> for Error
[src][+]
impl FromWasmAbi for RuntimeError
[src][+]
impl IntoWasmAbi for RuntimeError
[src][+]
impl<'a> IntoWasmAbi for &'a RuntimeError
[src][+]
impl JsCast for RuntimeError
[src][+]
impl OptionFromWasmAbi for RuntimeError
[src][+]
impl OptionIntoWasmAbi for RuntimeError
[src][+]
impl<'a> OptionIntoWasmAbi for &'a RuntimeError
[src][+]
impl PartialEq<RuntimeError> for RuntimeError
[src][+]
impl RefFromWasmAbi for RuntimeError
[src][+]
impl StructuralEq for RuntimeError
[src]
impl StructuralPartialEq for RuntimeError
[src]
impl WasmDescribe for RuntimeError
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for RuntimeError
impl !Send for RuntimeError
impl !Sync for RuntimeError
impl Unpin for RuntimeError
impl UnwindSafe for RuntimeError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi,
[src][+]
T: IntoWasmAbi,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,