pub struct pdf_crypt { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for pdf_crypt
impl RefUnwindSafe for pdf_crypt
impl Send for pdf_crypt
impl Sync for pdf_crypt
impl Unpin for pdf_crypt
impl UnwindSafe for pdf_crypt
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