pub enum CertificateType2Code {
CodeAMLC,
CodeDVLC,
CodeDFOR,
CodeGOST,
CodeIDEN,
CodeINCU,
CodeLREF,
CodePASS,
CodePRAD,
CodePKIC,
}Variants§
Implementations§
Source§impl CertificateType2Code
impl CertificateType2Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CertificateType2Code
impl RefUnwindSafe for CertificateType2Code
impl Send for CertificateType2Code
impl Sync for CertificateType2Code
impl Unpin for CertificateType2Code
impl UnwindSafe for CertificateType2Code
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