pub enum PdfEngine {
Latex,
LibreOffice,
}
Expand description
Specifies the program that is used to render the PDF document from the source template or an intermediary format.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PdfEngine
impl<'de> Deserialize<'de> for PdfEngine
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for PdfEngine
impl Eq for PdfEngine
impl StructuralPartialEq for PdfEngine
Auto Trait Implementations§
impl Freeze for PdfEngine
impl RefUnwindSafe for PdfEngine
impl Send for PdfEngine
impl Sync for PdfEngine
impl Unpin for PdfEngine
impl UnwindSafe for PdfEngine
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