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