pub struct FiError { /* private fields */ }Implementations§
Trait Implementations§
Source§impl FromWasmAbi for FiError
impl FromWasmAbi for FiError
Source§impl IntoWasmAbi for FiError
impl IntoWasmAbi for FiError
Source§impl LongRefFromWasmAbi for FiError
impl LongRefFromWasmAbi for FiError
Source§impl OptionFromWasmAbi for FiError
impl OptionFromWasmAbi for FiError
Source§impl OptionIntoWasmAbi for FiError
impl OptionIntoWasmAbi for FiError
Source§impl RefFromWasmAbi for FiError
impl RefFromWasmAbi for FiError
Source§type Abi = WasmPtr<WasmRefCell<FiError>>
type Abi = WasmPtr<WasmRefCell<FiError>>
The Wasm ABI type references to
Self are recovered from.Source§impl RefMutFromWasmAbi for FiError
impl RefMutFromWasmAbi for FiError
impl SupportsConstructor for FiError
impl SupportsInstanceProperty for FiError
impl SupportsStaticProperty for FiError
Source§impl TryFromJsValue for FiError
impl TryFromJsValue for FiError
Source§impl VectorFromWasmAbi for FiError
impl VectorFromWasmAbi for FiError
Source§impl VectorIntoWasmAbi for FiError
impl VectorIntoWasmAbi for FiError
Auto Trait Implementations§
impl Freeze for FiError
impl RefUnwindSafe for FiError
impl Send for FiError
impl Sync for FiError
impl Unpin for FiError
impl UnsafeUnpin for FiError
impl UnwindSafe for FiError
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
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.