[−][src]Struct js_sys::WebAssembly::LinkError
The WebAssembly.LinkError()
constructor creates a new WebAssembly
LinkError object, which indicates an error during module
instantiation (besides traps from the start function).
Implementations
impl LinkError
[src][−]
pub fn new(message: &str) -> LinkError
[src][−]
The WebAssembly.LinkError()
constructor creates a new WebAssembly
LinkError object, which indicates an error during module
instantiation (besides traps from the start function).
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 LinkError
[src][+]
impl AsRef<JsValue> for LinkError
[src][+]
impl AsRef<LinkError> for LinkError
[src][+]
impl Clone for LinkError
[src][+]
impl Debug for LinkError
[src][+]
impl Deref for LinkError
[src][+]
impl Eq for LinkError
[src]
impl From<JsValue> for LinkError
[src][+]
impl From<LinkError> for JsValue
[src][+]
impl From<LinkError> for Error
[src][+]
impl FromWasmAbi for LinkError
[src][+]
impl IntoWasmAbi for LinkError
[src][+]
impl<'a> IntoWasmAbi for &'a LinkError
[src][+]
impl JsCast for LinkError
[src][+]
impl OptionFromWasmAbi for LinkError
[src][+]
impl OptionIntoWasmAbi for LinkError
[src][+]
impl<'a> OptionIntoWasmAbi for &'a LinkError
[src][+]
impl PartialEq<LinkError> for LinkError
[src][+]
impl RefFromWasmAbi for LinkError
[src][+]
impl StructuralEq for LinkError
[src]
impl StructuralPartialEq for LinkError
[src]
impl WasmDescribe for LinkError
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for LinkError
impl !Send for LinkError
impl !Sync for LinkError
impl Unpin for LinkError
impl UnwindSafe for LinkError
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>,