pub struct PandocOptions {
pub fenced_divs: bool,
pub short_form_divs: bool,
pub inline_attribute_spans: bool,
}Expand description
Recognition toggles for Pandoc-flavoured extensions.
Fields§
§fenced_divs: bool§short_form_divs: bool§inline_attribute_spans: boolTrait Implementations§
Source§impl Clone for PandocOptions
impl Clone for PandocOptions
Source§fn clone(&self) -> PandocOptions
fn clone(&self) -> PandocOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PandocOptions
impl Debug for PandocOptions
Source§impl Default for PandocOptions
impl Default for PandocOptions
Source§impl PartialEq for PandocOptions
impl PartialEq for PandocOptions
Source§fn eq(&self, other: &PandocOptions) -> bool
fn eq(&self, other: &PandocOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PandocOptions
impl Eq for PandocOptions
impl StructuralPartialEq for PandocOptions
Auto Trait Implementations§
impl Freeze for PandocOptions
impl RefUnwindSafe for PandocOptions
impl Send for PandocOptions
impl Sync for PandocOptions
impl Unpin for PandocOptions
impl UnsafeUnpin for PandocOptions
impl UnwindSafe for PandocOptions
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