pub struct DocxExporter {
pub include_frontmatter: bool,
}Expand description
DOCX exporter.
Fields§
§include_frontmatter: boolInclude frontmatter in output.
Implementations§
Source§impl DocxExporter
impl DocxExporter
Sourcepub fn with_frontmatter(self) -> Self
pub fn with_frontmatter(self) -> Self
Include frontmatter in the exported document.
Trait Implementations§
Source§impl Debug for DocxExporter
impl Debug for DocxExporter
Source§impl Default for DocxExporter
impl Default for DocxExporter
Source§fn default() -> DocxExporter
fn default() -> DocxExporter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DocxExporter
impl RefUnwindSafe for DocxExporter
impl Send for DocxExporter
impl Sync for DocxExporter
impl Unpin for DocxExporter
impl UnwindSafe for DocxExporter
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