pub struct EncryptionHandler;Expand description
An EncryptionHandler is used to track and report on encrypted entries. Encrypted entries can
trigger password prompts or hide payloads. Many extraction workflows choose to refuse them.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EncryptionHandler
impl RefUnwindSafe for EncryptionHandler
impl Send for EncryptionHandler
impl Sync for EncryptionHandler
impl Unpin for EncryptionHandler
impl UnsafeUnpin for EncryptionHandler
impl UnwindSafe for EncryptionHandler
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