pub struct SubjectPublicKeyInfo { /* private fields */ }
Expand description
A public key
Implementations§
Trait Implementations§
Source§impl Clone for SubjectPublicKeyInfo
impl Clone for SubjectPublicKeyInfo
Source§fn clone(&self) -> SubjectPublicKeyInfo
fn clone(&self) -> SubjectPublicKeyInfo
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 SubjectPublicKeyInfo
impl Debug for SubjectPublicKeyInfo
Source§impl PartialEq for SubjectPublicKeyInfo
impl PartialEq for SubjectPublicKeyInfo
Source§impl PublicKeyData for SubjectPublicKeyInfo
impl PublicKeyData for SubjectPublicKeyInfo
impl Eq for SubjectPublicKeyInfo
impl StructuralPartialEq for SubjectPublicKeyInfo
Auto Trait Implementations§
impl Freeze for SubjectPublicKeyInfo
impl !RefUnwindSafe for SubjectPublicKeyInfo
impl Send for SubjectPublicKeyInfo
impl Sync for SubjectPublicKeyInfo
impl Unpin for SubjectPublicKeyInfo
impl !UnwindSafe for SubjectPublicKeyInfo
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