pub struct DocumentEncryption {
pub encryption_dict: EncryptionDictionary,
pub encryptor: ObjectEncryptor,
}Expand description
Integration with Document for encryption
Fields§
§encryption_dict: EncryptionDictionaryEncryption dictionary
encryptor: ObjectEncryptorObject encryptor
Implementations§
Source§impl DocumentEncryption
impl DocumentEncryption
Auto Trait Implementations§
impl !RefUnwindSafe for DocumentEncryption
impl !UnwindSafe for DocumentEncryption
impl Freeze for DocumentEncryption
impl Send for DocumentEncryption
impl Sync for DocumentEncryption
impl Unpin for DocumentEncryption
impl UnsafeUnpin for DocumentEncryption
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