pub struct Error { /* private fields */ }Implementations§
Trait Implementations§
source§impl FromWasmAbi for Error
impl FromWasmAbi for Error
source§impl IntoWasmAbi for Error
impl IntoWasmAbi for Error
source§impl LongRefFromWasmAbi for Error
impl LongRefFromWasmAbi for Error
source§impl OptionFromWasmAbi for Error
impl OptionFromWasmAbi for Error
source§impl OptionIntoWasmAbi for Error
impl OptionIntoWasmAbi for Error
source§impl RefFromWasmAbi for Error
impl RefFromWasmAbi for Error
source§impl RefMutFromWasmAbi for Error
impl RefMutFromWasmAbi for Error
source§impl TryFromJsValue for Error
impl TryFromJsValue for Error
source§impl VectorFromWasmAbi for Error
impl VectorFromWasmAbi for Error
source§impl VectorIntoWasmAbi for Error
impl VectorIntoWasmAbi for Error
Auto Trait Implementations§
impl Freeze for Error
impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnwindSafe for Error
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
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abisource§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.