pub struct PdfData { /* private fields */ }Expand description
A container for the bytes of a PDF file.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PdfData
impl !RefUnwindSafe for PdfData
impl Send for PdfData
impl Sync for PdfData
impl Unpin for PdfData
impl UnsafeUnpin for PdfData
impl !UnwindSafe for PdfData
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