#[repr(u32)]
pub enum _sgx_ql_request_policy {
SGX_QL_PERSISTENT,
SGX_QL_EPHEMERAL,
}
Variants§
Implementations§
source§impl _sgx_ql_request_policy
impl _sgx_ql_request_policy
pub const SGX_QL_DEFAULT: _sgx_ql_request_policy = _sgx_ql_request_policy::SGX_QL_PERSISTENT
Trait Implementations§
source§impl Clone for _sgx_ql_request_policy
impl Clone for _sgx_ql_request_policy
source§fn clone(&self) -> _sgx_ql_request_policy
fn clone(&self) -> _sgx_ql_request_policy
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 _sgx_ql_request_policy
impl Debug for _sgx_ql_request_policy
source§impl Hash for _sgx_ql_request_policy
impl Hash for _sgx_ql_request_policy
source§impl PartialEq<_sgx_ql_request_policy> for _sgx_ql_request_policy
impl PartialEq<_sgx_ql_request_policy> for _sgx_ql_request_policy
source§fn eq(&self, other: &_sgx_ql_request_policy) -> bool
fn eq(&self, other: &_sgx_ql_request_policy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _sgx_ql_request_policy
impl Eq for _sgx_ql_request_policy
impl StructuralEq for _sgx_ql_request_policy
impl StructuralPartialEq for _sgx_ql_request_policy
Auto Trait Implementations§
impl RefUnwindSafe for _sgx_ql_request_policy
impl Send for _sgx_ql_request_policy
impl Sync for _sgx_ql_request_policy
impl Unpin for _sgx_ql_request_policy
impl UnwindSafe for _sgx_ql_request_policy
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<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.