pub struct CertificateChainKey { /* private fields */ }Implementations§
Source§impl CertificateChainKey
impl CertificateChainKey
pub fn new(sequence: CertificateSequence, kind: CertificateChainKind) -> Self
pub fn sequence(&self) -> CertificateSequence
pub fn kind(&self) -> CertificateChainKind
Trait Implementations§
Source§impl Clone for CertificateChainKey
impl Clone for CertificateChainKey
Source§fn clone(&self) -> CertificateChainKey
fn clone(&self) -> CertificateChainKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CertificateChainKey
impl Debug for CertificateChainKey
Source§impl Display for CertificateChainKey
impl Display for CertificateChainKey
impl Eq for CertificateChainKey
Source§impl Hash for CertificateChainKey
impl Hash for CertificateChainKey
Source§impl PartialEq for CertificateChainKey
impl PartialEq for CertificateChainKey
Source§fn eq(&self, other: &CertificateChainKey) -> bool
fn eq(&self, other: &CertificateChainKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CertificateChainKey
Auto Trait Implementations§
impl Freeze for CertificateChainKey
impl RefUnwindSafe for CertificateChainKey
impl Send for CertificateChainKey
impl Sync for CertificateChainKey
impl Unpin for CertificateChainKey
impl UnsafeUnpin for CertificateChainKey
impl UnwindSafe for CertificateChainKey
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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