Enum wasmedge_sdk::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<u32> for HostRegistration
impl From<u32> for HostRegistration
source§fn from(val: u32) -> HostRegistration
fn from(val: u32) -> HostRegistration
Converts to this type from the input type.
source§impl Hash for HostRegistration
impl Hash for HostRegistration
source§impl PartialEq for HostRegistration
impl PartialEq 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 ==
.impl Copy for HostRegistration
impl Eq for HostRegistration
impl StructuralEq for HostRegistration
impl StructuralPartialEq for HostRegistration
Auto Trait Implementations§
impl RefUnwindSafe for HostRegistration
impl Send for HostRegistration
impl Sync for HostRegistration
impl Unpin for HostRegistration
impl UnwindSafe for HostRegistration
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