Enum tea_sdk::vmh::io::RegistryKey
pub enum RegistryKey {
Show 15 variants
Log,
Layer1Inbound,
Layer1Outbound,
IpfsOutbound,
AdapterInbound,
AdapterOutbond,
HttpOutbound,
HttpProxy,
PersistOutbound,
OrbitDbOutbound,
Libp2pInbound,
Libp2pOutbound,
ThirdApiOutbound,
NitroOutbound,
EnvInbound,
}
Variants§
Log
use to output enclave logs to parent instance client
Layer1Inbound
Layer1Outbound
IpfsOutbound
AdapterInbound
AdapterOutbond
HttpOutbound
HttpProxy
PersistOutbound
OrbitDbOutbound
Libp2pInbound
Libp2pOutbound
ThirdApiOutbound
NitroOutbound
EnvInbound
Trait Implementations§
§impl Clone for RegistryKey
impl Clone for RegistryKey
§fn clone(&self) -> RegistryKey
fn clone(&self) -> RegistryKey
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 RegistryKey
impl Debug for RegistryKey
§impl<'de> Deserialize<'de> for RegistryKey
impl<'de> Deserialize<'de> for RegistryKey
§fn deserialize<__D>(
__deserializer: __D
) -> Result<RegistryKey, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<RegistryKey, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Display for RegistryKey
impl Display for RegistryKey
§impl Hash for RegistryKey
impl Hash for RegistryKey
§impl PartialEq for RegistryKey
impl PartialEq for RegistryKey
§fn eq(&self, other: &RegistryKey) -> bool
fn eq(&self, other: &RegistryKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl Serialize for RegistryKey
impl Serialize for RegistryKey
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for RegistryKey
impl Eq for RegistryKey
impl StructuralEq for RegistryKey
impl StructuralPartialEq for RegistryKey
Auto Trait Implementations§
impl RefUnwindSafe for RegistryKey
impl Send for RegistryKey
impl Sync for RegistryKey
impl Unpin for RegistryKey
impl UnwindSafe for RegistryKey
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.