Struct pdf_composer::PDFDocInfoEntry
source · pub struct PDFDocInfoEntry<'a> {
pub doc_info_entry: &'a str,
pub yaml_entry: &'a str,
}Expand description
Struct representing an entry in the PDF document information. Used to set things up ready for lopdf
Fields§
§doc_info_entry: &'a strThe name of the document information entry.
yaml_entry: &'a strThe corresponding YAML entry associated with the document information.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PDFDocInfoEntry<'a>
impl<'a> RefUnwindSafe for PDFDocInfoEntry<'a>
impl<'a> Send for PDFDocInfoEntry<'a>
impl<'a> Sync for PDFDocInfoEntry<'a>
impl<'a> Unpin for PDFDocInfoEntry<'a>
impl<'a> UnwindSafe for PDFDocInfoEntry<'a>
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