pub enum EnclaveIdentity {
QE,
QVE,
QAE,
TDQE,
}
Variants§
Trait Implementations§
Source§impl Clone for EnclaveIdentity
impl Clone for EnclaveIdentity
Source§fn clone(&self) -> EnclaveIdentity
fn clone(&self) -> EnclaveIdentity
Returns a duplicate 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 EnclaveIdentity
impl Debug for EnclaveIdentity
Source§impl<'de> Deserialize<'de> for EnclaveIdentity
impl<'de> Deserialize<'de> for EnclaveIdentity
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 EnclaveIdentity
impl Display for EnclaveIdentity
Source§impl PartialEq for EnclaveIdentity
impl PartialEq for EnclaveIdentity
Source§impl Serialize for EnclaveIdentity
impl Serialize for EnclaveIdentity
impl Eq for EnclaveIdentity
impl StructuralPartialEq for EnclaveIdentity
Auto Trait Implementations§
impl Freeze for EnclaveIdentity
impl RefUnwindSafe for EnclaveIdentity
impl Send for EnclaveIdentity
impl Sync for EnclaveIdentity
impl Unpin for EnclaveIdentity
impl UnwindSafe for EnclaveIdentity
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