Struct webauthn_rs::crypto::X509PublicKey [−][src]
pub struct X509PublicKey { /* fields omitted */ }Expand description
An X509PublicKey. This is what is otherwise known as a public certificate which comprises a public key and other signed metadata related to the issuer of the key.
Trait Implementations
type Error = WebauthnError
type Error = WebauthnError
The type returned in the event of a conversion error.
Auto Trait Implementations
impl RefUnwindSafe for X509PublicKey
impl Send for X509PublicKey
impl Sync for X509PublicKey
impl Unpin for X509PublicKey
impl UnwindSafe for X509PublicKey
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
