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