Struct redact_crypto::x509::SubjectPublicKeyInfoWrapper [−][src]
pub struct SubjectPublicKeyInfoWrapper<'a>(pub SubjectPublicKeyInfo<'a>);Tuple Fields
0: SubjectPublicKeyInfo<'a>Trait Implementations
type AlgorithmId = AlgorithmIdentifierWrapper<'a>
type SubjectPublicKey = &'a [u8]
Returns the AlgorithmIdentifier for this public key.
Returns the encoded public key.
Auto Trait Implementations
impl<'a> RefUnwindSafe for SubjectPublicKeyInfoWrapper<'a>
impl<'a> Send for SubjectPublicKeyInfoWrapper<'a>
impl<'a> Sync for SubjectPublicKeyInfoWrapper<'a>
impl<'a> Unpin for SubjectPublicKeyInfoWrapper<'a>
impl<'a> UnwindSafe for SubjectPublicKeyInfoWrapper<'a>
Blanket Implementations
fn type_id_compat(&self) -> TypeId
fn type_id_compat(&self) -> TypeId
TODO: once 1.33.0 is the minimum supported compiler version, remove Any::type_id_compat and use StdAny::type_id instead. https://github.com/rust-lang/rust/issues/27745 Read more
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more