pub struct SaitoWasm { /* private fields */ }
Trait Implementations§
Source§impl FromWasmAbi for SaitoWasm
impl FromWasmAbi for SaitoWasm
Source§impl IntoWasmAbi for SaitoWasm
impl IntoWasmAbi for SaitoWasm
Source§impl LongRefFromWasmAbi for SaitoWasm
impl LongRefFromWasmAbi for SaitoWasm
Source§impl OptionFromWasmAbi for SaitoWasm
impl OptionFromWasmAbi for SaitoWasm
Source§impl OptionIntoWasmAbi for SaitoWasm
impl OptionIntoWasmAbi for SaitoWasm
Source§impl RefFromWasmAbi for SaitoWasm
impl RefFromWasmAbi for SaitoWasm
Source§impl RefMutFromWasmAbi for SaitoWasm
impl RefMutFromWasmAbi for SaitoWasm
Source§impl TryFromJsValue for SaitoWasm
impl TryFromJsValue for SaitoWasm
Source§impl VectorFromWasmAbi for SaitoWasm
impl VectorFromWasmAbi for SaitoWasm
Source§impl VectorIntoWasmAbi for SaitoWasm
impl VectorIntoWasmAbi for SaitoWasm
Auto Trait Implementations§
impl Freeze for SaitoWasm
impl !RefUnwindSafe for SaitoWasm
impl Send for SaitoWasm
impl Sync for SaitoWasm
impl Unpin for SaitoWasm
impl !UnwindSafe for SaitoWasm
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<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>
§impl<T> Pointable for T
impl<T> Pointable for T
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::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
.