Struct openssl::x509::X509PurposeId
source · pub struct X509PurposeId(/* private fields */);
Implementations§
source§impl X509PurposeId
impl X509PurposeId
pub const SSL_CLIENT: X509PurposeId = _
pub const SSL_SERVER: X509PurposeId = _
pub const NS_SSL_SERVER: X509PurposeId = _
pub const SMIME_SIGN: X509PurposeId = _
pub const SMIME_ENCRYPT: X509PurposeId = _
pub const CRL_SIGN: X509PurposeId = _
pub const ANY: X509PurposeId = _
pub const OCSP_HELPER: X509PurposeId = _
pub const TIMESTAMP_SIGN: X509PurposeId = _
Trait Implementations§
source§impl Clone for X509PurposeId
impl Clone for X509PurposeId
source§fn clone(&self) -> X509PurposeId
fn clone(&self) -> X509PurposeId
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 moresource§impl PartialEq for X509PurposeId
impl PartialEq for X509PurposeId
source§fn eq(&self, other: &X509PurposeId) -> bool
fn eq(&self, other: &X509PurposeId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for X509PurposeId
impl Eq for X509PurposeId
impl StructuralPartialEq for X509PurposeId
Auto Trait Implementations§
impl Freeze for X509PurposeId
impl RefUnwindSafe for X509PurposeId
impl Send for X509PurposeId
impl Sync for X509PurposeId
impl Unpin for X509PurposeId
impl UnwindSafe for X509PurposeId
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)