#[repr(u32)]pub enum ExternalItemType {
Unknown = 0,
PrivateKey = 1,
PublicKey = 2,
SessionKey = 3,
Certificate = 4,
Aggregate = 5,
}Variants§
Trait Implementations§
Source§impl Clone for ExternalItemType
impl Clone for ExternalItemType
Source§fn clone(&self) -> ExternalItemType
fn clone(&self) -> ExternalItemType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExternalItemType
impl Debug for ExternalItemType
Source§impl Hash for ExternalItemType
impl Hash for ExternalItemType
Source§impl PartialEq for ExternalItemType
impl PartialEq for ExternalItemType
Source§fn eq(&self, other: &ExternalItemType) -> bool
fn eq(&self, other: &ExternalItemType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExternalItemType
impl Eq for ExternalItemType
impl StructuralPartialEq for ExternalItemType
Auto Trait Implementations§
impl Freeze for ExternalItemType
impl RefUnwindSafe for ExternalItemType
impl Send for ExternalItemType
impl Sync for ExternalItemType
impl Unpin for ExternalItemType
impl UnsafeUnpin for ExternalItemType
impl UnwindSafe for ExternalItemType
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