Enum wasmedge_types::HostRegistration
source · pub enum HostRegistration {
Wasi,
WasmEdgeProcess,
WasiNn,
WasiCryptoCommon,
WasiCryptoAsymmetricCommon,
WasiCryptoKx,
WasiCryptoSignatures,
WasiCryptoSymmetric,
}
Expand description
Defines WasmEdge host module registration enum.
Variants§
Wasi
WasmEdgeProcess
WasiNn
WasiCryptoCommon
WasiCryptoAsymmetricCommon
WasiCryptoKx
WasiCryptoSignatures
WasiCryptoSymmetric
Trait Implementations§
source§impl Clone for HostRegistration
impl Clone for HostRegistration
source§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 moresource§impl Debug for HostRegistration
impl Debug for HostRegistration
source§impl From<HostRegistration> for u32
impl From<HostRegistration> for u32
source§fn from(val: HostRegistration) -> u32
fn from(val: HostRegistration) -> u32
Converts to this type from the input type.
source§impl From<u32> for HostRegistration
impl From<u32> for HostRegistration
source§impl Hash for HostRegistration
impl Hash for HostRegistration
source§impl PartialEq<HostRegistration> for HostRegistration
impl PartialEq<HostRegistration> for HostRegistration
source§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 ==
.