Struct ring::signature::RsaSubjectPublicKey [−][src]
pub struct RsaSubjectPublicKey(_);
Expand description
A serialized RSA public key.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RsaSubjectPublicKey
impl Send for RsaSubjectPublicKey
impl Sync for RsaSubjectPublicKey
impl Unpin for RsaSubjectPublicKey
impl UnwindSafe for RsaSubjectPublicKey
Blanket Implementations
Mutably borrows from an owned value. Read more