Enum tea_tapp_common::ra::EnclaveType
source · pub enum EnclaveType {
AwsNitro,
}Variants§
AwsNitro
Trait Implementations§
source§impl Clone for EnclaveType
impl Clone for EnclaveType
source§fn clone(&self) -> EnclaveType
fn clone(&self) -> EnclaveType
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 EnclaveType
impl Debug for EnclaveType
source§impl<'de> Deserialize<'de> for EnclaveType
impl<'de> Deserialize<'de> for EnclaveType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for EnclaveType
impl Display for EnclaveType
source§impl FromStr for EnclaveType
impl FromStr for EnclaveType
source§impl PartialEq<EnclaveType> for EnclaveType
impl PartialEq<EnclaveType> for EnclaveType
source§fn eq(&self, other: &EnclaveType) -> bool
fn eq(&self, other: &EnclaveType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.