#[repr(u32)]pub enum ExternalFormat {
Show 15 variants
Unknown = 0,
OpenSsl = 1,
Ssh = 2,
Bsafe = 3,
RawKey = 4,
WrappedPkcs8 = 5,
WrappedOpenSsl = 6,
WrappedSsh = 7,
WrappedLsh = 8,
X509Certificate = 9,
PemSequence = 10,
Pkcs7 = 11,
Pkcs12 = 12,
NetscapeCertificateSequence = 13,
SshV2 = 14,
}Variants§
Unknown = 0
OpenSsl = 1
Ssh = 2
Bsafe = 3
RawKey = 4
WrappedPkcs8 = 5
WrappedOpenSsl = 6
WrappedSsh = 7
WrappedLsh = 8
X509Certificate = 9
PemSequence = 10
Pkcs7 = 11
Pkcs12 = 12
NetscapeCertificateSequence = 13
SshV2 = 14
Trait Implementations§
Source§impl Clone for ExternalFormat
impl Clone for ExternalFormat
Source§fn clone(&self) -> ExternalFormat
fn clone(&self) -> ExternalFormat
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 ExternalFormat
impl Debug for ExternalFormat
Source§impl Hash for ExternalFormat
impl Hash for ExternalFormat
Source§impl PartialEq for ExternalFormat
impl PartialEq for ExternalFormat
Source§fn eq(&self, other: &ExternalFormat) -> bool
fn eq(&self, other: &ExternalFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExternalFormat
impl Eq for ExternalFormat
impl StructuralPartialEq for ExternalFormat
Auto Trait Implementations§
impl Freeze for ExternalFormat
impl RefUnwindSafe for ExternalFormat
impl Send for ExternalFormat
impl Sync for ExternalFormat
impl Unpin for ExternalFormat
impl UnsafeUnpin for ExternalFormat
impl UnwindSafe for ExternalFormat
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