pub struct RsaVerifyingKey(pub RsaPublicKey);Expand description
An RSA verifying key.
Tuple Fields§
§0: RsaPublicKeyImplementations§
Source§impl RsaVerifyingKey
impl RsaVerifyingKey
Auto Trait Implementations§
impl Freeze for RsaVerifyingKey
impl RefUnwindSafe for RsaVerifyingKey
impl Send for RsaVerifyingKey
impl Sync for RsaVerifyingKey
impl Unpin for RsaVerifyingKey
impl UnwindSafe for RsaVerifyingKey
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