Struct ring::signature::RsaSubjectPublicKey
source · pub struct RsaSubjectPublicKey(_);
Expand description
A serialized RSA public key.
Implementations§
Trait Implementations§
source§impl AsRef<[u8]> for RsaSubjectPublicKey
impl AsRef<[u8]> for RsaSubjectPublicKey
source§impl Clone for RsaSubjectPublicKey
impl Clone for RsaSubjectPublicKey
source§fn clone(&self) -> RsaSubjectPublicKey
fn clone(&self) -> RsaSubjectPublicKey
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 more