Struct mls_rs::identity::x509::DerCertificateRequest
source · pub struct DerCertificateRequest(/* private fields */);
Expand description
X.509 certificate request in DER format.
Implementations§
Trait Implementations§
source§impl AsRef<[u8]> for DerCertificateRequest
impl AsRef<[u8]> for DerCertificateRequest
source§impl Clone for DerCertificateRequest
impl Clone for DerCertificateRequest
source§fn clone(&self) -> DerCertificateRequest
fn clone(&self) -> DerCertificateRequest
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 Debug for DerCertificateRequest
impl Debug for DerCertificateRequest
source§impl PartialEq for DerCertificateRequest
impl PartialEq for DerCertificateRequest
source§fn eq(&self, other: &DerCertificateRequest) -> bool
fn eq(&self, other: &DerCertificateRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DerCertificateRequest
impl StructuralPartialEq for DerCertificateRequest
Auto Trait Implementations§
impl Freeze for DerCertificateRequest
impl RefUnwindSafe for DerCertificateRequest
impl Send for DerCertificateRequest
impl Sync for DerCertificateRequest
impl Unpin for DerCertificateRequest
impl UnwindSafe for DerCertificateRequest
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: 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
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<T> ToHex for T
impl<T> ToHex for T
source§fn encode_hex<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex<U>(&self) -> Uwhere
U: FromIterator<char>,
Encode the hex strict representing
self
into the result. Lower case
letters are used (e.g. f9b4ca
)source§fn encode_hex_upper<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex_upper<U>(&self) -> Uwhere
U: FromIterator<char>,
Encode the hex strict representing
self
into the result. Upper case
letters are used (e.g. F9B4CA
)