Struct simple_pdf_generator::Template
source · pub struct Template {
pub html_path: PathBuf,
pub properties: HashMap<String, Property>,
pub tables: HashMap<String, String>,
}Fields§
§html_path: PathBuf§properties: HashMap<String, Property>§tables: HashMap<String, String>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Template
impl Send for Template
impl Sync for Template
impl Unpin for Template
impl UnwindSafe for Template
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