Enum sgx_types::types::SwitchlessWokerType
source · [−]#[repr(u32)]
pub enum SwitchlessWokerType {
Untrusted,
Trusted,
}
Variants
Untrusted
Trusted
Trait Implementations
sourceimpl Clone for SwitchlessWokerType
impl Clone for SwitchlessWokerType
sourcefn clone(&self) -> SwitchlessWokerType
fn clone(&self) -> SwitchlessWokerType
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 SwitchlessWokerType
impl Debug for SwitchlessWokerType
sourceimpl Default for SwitchlessWokerType
impl Default for SwitchlessWokerType
sourcefn default() -> SwitchlessWokerType
fn default() -> SwitchlessWokerType
Returns the “default value” for a type. Read more
sourceimpl From<SwitchlessWokerType> for u32
impl From<SwitchlessWokerType> for u32
sourcefn from(n: SwitchlessWokerType) -> u32
fn from(n: SwitchlessWokerType) -> u32
Converts to this type from the input type.
sourceimpl PartialEq<SwitchlessWokerType> for SwitchlessWokerType
impl PartialEq<SwitchlessWokerType> for SwitchlessWokerType
sourcefn eq(&self, other: &SwitchlessWokerType) -> bool
fn eq(&self, other: &SwitchlessWokerType) -> bool
sourceimpl TryFrom<u32> for SwitchlessWokerType
impl TryFrom<u32> for SwitchlessWokerType
impl ContiguousMemory for SwitchlessWokerType
impl Copy for SwitchlessWokerType
impl Eq for SwitchlessWokerType
impl StructuralEq for SwitchlessWokerType
impl StructuralPartialEq for SwitchlessWokerType
Auto Trait Implementations
impl RefUnwindSafe for SwitchlessWokerType
impl Send for SwitchlessWokerType
impl Sync for SwitchlessWokerType
impl Unpin for SwitchlessWokerType
impl UnwindSafe for SwitchlessWokerType
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