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