Enum sgx_types::types::QuoteSignType
source · [−]#[repr(u32)]
pub enum QuoteSignType {
Unlinkable,
Linkable,
}
Variants
Unlinkable
Linkable
Trait Implementations
sourceimpl Clone for QuoteSignType
impl Clone for QuoteSignType
sourcefn clone(&self) -> QuoteSignType
fn clone(&self) -> QuoteSignType
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for QuoteSignType
impl Debug for QuoteSignType
sourceimpl Default for QuoteSignType
impl Default for QuoteSignType
sourcefn default() -> QuoteSignType
fn default() -> QuoteSignType
Returns the “default value” for a type. Read more
sourceimpl From<QuoteSignType> for u32
impl From<QuoteSignType> for u32
sourcefn from(n: QuoteSignType) -> u32
fn from(n: QuoteSignType) -> u32
Converts to this type from the input type.
sourceimpl PartialEq<QuoteSignType> for QuoteSignType
impl PartialEq<QuoteSignType> for QuoteSignType
sourcefn eq(&self, other: &QuoteSignType) -> bool
fn eq(&self, other: &QuoteSignType) -> bool
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more