pub struct RsaHandle<'t>(/* private fields */);Expand description
The handle to the pending RSA operation.
Implementations§
Auto Trait Implementations§
impl<'t> Freeze for RsaHandle<'t>
impl<'t> !RefUnwindSafe for RsaHandle<'t>
impl<'t> !Send for RsaHandle<'t>
impl<'t> !Sync for RsaHandle<'t>
impl<'t> Unpin for RsaHandle<'t>
impl<'t> !UnwindSafe for RsaHandle<'t>
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