pub struct RsaSigner { /* private fields */ }Expand description
An RSA private key message signer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RsaSigner
impl RefUnwindSafe for RsaSigner
impl Send for RsaSigner
impl Sync for RsaSigner
impl Unpin for RsaSigner
impl UnwindSafe for RsaSigner
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