Struct x509_parser::x509::SubjectPublicKeyInfo [−][src]
pub struct SubjectPublicKeyInfo<'a> { pub algorithm: AlgorithmIdentifier<'a>, pub subject_public_key: BitStringObject<'a>, }
Fields
algorithm: AlgorithmIdentifier<'a>
subject_public_key: BitStringObject<'a>
Trait Implementations
impl<'a> Debug for SubjectPublicKeyInfo<'a>
[src]
impl<'a> Debug for SubjectPublicKeyInfo<'a>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a> PartialEq for SubjectPublicKeyInfo<'a>
[src]
impl<'a> PartialEq for SubjectPublicKeyInfo<'a>
fn eq(&self, other: &SubjectPublicKeyInfo<'a>) -> bool
[src]
fn eq(&self, other: &SubjectPublicKeyInfo<'a>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &SubjectPublicKeyInfo<'a>) -> bool
[src]
fn ne(&self, other: &SubjectPublicKeyInfo<'a>) -> bool
This method tests for !=
.
Auto Trait Implementations
impl<'a> Send for SubjectPublicKeyInfo<'a>
impl<'a> Send for SubjectPublicKeyInfo<'a>
impl<'a> Sync for SubjectPublicKeyInfo<'a>
impl<'a> Sync for SubjectPublicKeyInfo<'a>