Struct aws_lc_rs::signature::RsaSubjectPublicKey
source · pub struct RsaSubjectPublicKey { /* private fields */ }
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 moresource§impl Debug for RsaSubjectPublicKey
impl Debug for RsaSubjectPublicKey
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more