pub enum OutputFormat {
Pdf,
Odt,
Docx,
OdtPdf,
Reveal,
}
Expand description
Defines the possible output formats for rsmooth.
Variants§
Portable Document Format.
Odt
OpenDocument Text format.
Docx
Office Open XML Document format.
OdtPdf
OpenDocument Text format and accompanying PDF file.
Reveal
Reveal.js output.
Auto Trait Implementations§
impl Freeze for OutputFormat
impl RefUnwindSafe for OutputFormat
impl Send for OutputFormat
impl Sync for OutputFormat
impl Unpin for OutputFormat
impl UnwindSafe for OutputFormat
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