Struct NDCertificateType
#[repr(transparent)]pub struct NDCertificateType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl NDCertificateType
impl NDCertificateType
pub const Unknown: Self = _
pub const PC: Self = _
pub const Device: Self = _
pub const Domain: Self = _
pub const Issuer: Self = _
pub const CrlSigner: Self = _
pub const Service: Self = _
pub const Silverlight: Self = _
pub const Application: Self = _
pub const Metering: Self = _
pub const KeyFileSigner: Self = _
pub const Server: Self = _
pub const LicenseSigner: Self = _
Trait Implementations§
§impl Clone for NDCertificateType
impl Clone for NDCertificateType
§fn clone(&self) -> NDCertificateType
fn clone(&self) -> NDCertificateType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for NDCertificateType
impl Debug for NDCertificateType
§impl Default for NDCertificateType
impl Default for NDCertificateType
§fn default() -> NDCertificateType
fn default() -> NDCertificateType
Returns the “default value” for a type. Read more
§impl PartialEq for NDCertificateType
impl PartialEq for NDCertificateType
impl Copy for NDCertificateType
impl Eq for NDCertificateType
impl StructuralPartialEq for NDCertificateType
Auto Trait Implementations§
impl Freeze for NDCertificateType
impl RefUnwindSafe for NDCertificateType
impl Send for NDCertificateType
impl Sync for NDCertificateType
impl Unpin for NDCertificateType
impl UnwindSafe for NDCertificateType
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