pub struct PDFDocument {
pub pages: Vec<Page>,
pub pdf_creator: Option<String>,
}Fields§
§pages: Vec<Page>§pdf_creator: Option<String>Trait Implementations§
Source§impl Default for PDFDocument
impl Default for PDFDocument
Source§fn default() -> PDFDocument
fn default() -> PDFDocument
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PDFDocument
impl RefUnwindSafe for PDFDocument
impl Send for PDFDocument
impl Sync for PDFDocument
impl Unpin for PDFDocument
impl UnsafeUnpin for PDFDocument
impl UnwindSafe for PDFDocument
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