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