#[non_exhaustive]pub enum DerTypeId {
Show 26 variants
BitString,
Bool,
Certificate,
CertificateExtensions,
CertificateTbsCertificate,
CertRevocationList,
CertRevocationListExtension,
CrlDistributionPoint,
CommonNameInner,
CommonNameOuter,
DistributionPointName,
Extension,
GeneralName,
RevocationReason,
Signature,
SignatureAlgorithm,
SignedData,
SubjectPublicKeyInfo,
Time,
TrustAnchorV1,
TrustAnchorV1TbsCertificate,
U8,
RevokedCertificate,
RevokedCertificateExtension,
RevokedCertEntry,
IssuingDistributionPoint,
}
Expand description
Trailing data was found while parsing DER-encoded input for the named type.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
BitString
Bool
Certificate
CertificateExtensions
CertificateTbsCertificate
CertRevocationList
CertRevocationListExtension
CrlDistributionPoint
CommonNameInner
CommonNameOuter
DistributionPointName
Extension
GeneralName
RevocationReason
Signature
SignatureAlgorithm
SignedData
SubjectPublicKeyInfo
Time
TrustAnchorV1
TrustAnchorV1TbsCertificate
U8
RevokedCertificate
RevokedCertificateExtension
RevokedCertEntry
IssuingDistributionPoint
Trait Implementations§
source§impl PartialEq for DerTypeId
impl PartialEq for DerTypeId
impl Copy for DerTypeId
impl Eq for DerTypeId
impl StructuralPartialEq for DerTypeId
Auto Trait Implementations§
impl Freeze for DerTypeId
impl RefUnwindSafe for DerTypeId
impl Send for DerTypeId
impl Sync for DerTypeId
impl Unpin for DerTypeId
impl UnwindSafe for DerTypeId
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)