Struct CertKeyType
#[repr(transparent)]pub struct CertKeyType(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for CertKeyType
impl Clone for CertKeyType
§fn clone(&self) -> CertKeyType
fn clone(&self) -> CertKeyType
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 CertKeyType
impl Debug for CertKeyType
§impl Default for CertKeyType
impl Default for CertKeyType
§fn default() -> CertKeyType
fn default() -> CertKeyType
Returns the “default value” for a type. Read more
§impl PartialEq for CertKeyType
impl PartialEq for CertKeyType
impl Copy for CertKeyType
impl Eq for CertKeyType
impl StructuralPartialEq for CertKeyType
Auto Trait Implementations§
impl Freeze for CertKeyType
impl RefUnwindSafe for CertKeyType
impl Send for CertKeyType
impl Sync for CertKeyType
impl Unpin for CertKeyType
impl UnwindSafe for CertKeyType
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