Enum wasmedge_sdk::HostRegistration
pub enum HostRegistration {
Wasi,
WasmEdgeProcess,
WasiNn,
WasiCryptoCommon,
WasiCryptoAsymmetricCommon,
WasiCryptoKx,
WasiCryptoSignatures,
WasiCryptoSymmetric,
}
Expand description
Parses in-memory bytes as either the WebAssembly Text format, or a binary WebAssembly module Defines WasmEdge host module registration enum.
Variants§
Wasi
WasmEdgeProcess
WasiNn
WasiCryptoCommon
WasiCryptoAsymmetricCommon
WasiCryptoKx
WasiCryptoSignatures
WasiCryptoSymmetric
Trait Implementations§
§impl Clone for HostRegistration
impl Clone for HostRegistration
§fn clone(&self) -> HostRegistration
fn clone(&self) -> HostRegistration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for HostRegistration
impl Debug for HostRegistration
§impl From<u32> for HostRegistration
impl From<u32> for HostRegistration
§fn from(val: u32) -> HostRegistration
fn from(val: u32) -> HostRegistration
Converts to this type from the input type.
§impl Hash for HostRegistration
impl Hash for HostRegistration
§impl PartialEq<HostRegistration> for HostRegistration
impl PartialEq<HostRegistration> for HostRegistration
§fn eq(&self, other: &HostRegistration) -> bool
fn eq(&self, other: &HostRegistration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.