pub struct DecryptHandle { /* private fields */ }
Expand description
A decryption handle
Used as an argument to operations that decrypt data.
Auto Trait Implementations§
impl Freeze for DecryptHandle
impl !RefUnwindSafe for DecryptHandle
impl Send for DecryptHandle
impl Sync for DecryptHandle
impl Unpin for DecryptHandle
impl !UnwindSafe for DecryptHandle
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