Enum oasis_core_runtime::TeeType
source · pub enum TeeType {
None,
Sgx,
Tdx,
}
Expand description
TEE type this build is for.
Variants§
Trait Implementations§
source§impl PartialEq for TeeType
impl PartialEq for TeeType
impl Eq for TeeType
impl StructuralPartialEq for TeeType
Auto Trait Implementations§
impl Freeze for TeeType
impl RefUnwindSafe for TeeType
impl Send for TeeType
impl Sync for TeeType
impl Unpin for TeeType
impl UnwindSafe for TeeType
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.