Enum sgx_types::types::QuoteSignType
source · #[repr(u32)]pub enum QuoteSignType {
Unlinkable = 0,
Linkable = 1,
}
Variants§
Trait Implementations§
source§impl Clone for QuoteSignType
impl Clone for QuoteSignType
source§fn clone(&self) -> QuoteSignType
fn clone(&self) -> QuoteSignType
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 QuoteSignType
impl Debug for QuoteSignType
source§impl Default for QuoteSignType
impl Default for QuoteSignType
source§fn default() -> QuoteSignType
fn default() -> QuoteSignType
Returns the “default value” for a type. Read more
source§impl From<QuoteSignType> for u32
impl From<QuoteSignType> for u32
source§fn from(n: QuoteSignType) -> u32
fn from(n: QuoteSignType) -> u32
Converts to this type from the input type.
source§impl PartialEq for QuoteSignType
impl PartialEq for QuoteSignType
source§fn eq(&self, other: &QuoteSignType) -> bool
fn eq(&self, other: &QuoteSignType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<u32> for QuoteSignType
impl TryFrom<u32> for QuoteSignType
impl ContiguousMemory for QuoteSignType
impl Copy for QuoteSignType
impl Eq for QuoteSignType
impl StructuralEq for QuoteSignType
impl StructuralPartialEq for QuoteSignType
Auto Trait Implementations§
impl RefUnwindSafe for QuoteSignType
impl Send for QuoteSignType
impl Sync for QuoteSignType
impl Unpin for QuoteSignType
impl UnwindSafe for QuoteSignType
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