pub struct MarkdownOptions {
pub title: Option<String>,
pub hide_footer: bool,
pub disable_toc: bool,
}Fields§
§title: Option<String>§disable_toc: boolTrait Implementations§
Source§impl Default for MarkdownOptions
impl Default for MarkdownOptions
Source§fn default() -> MarkdownOptions
fn default() -> MarkdownOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MarkdownOptions
impl RefUnwindSafe for MarkdownOptions
impl Send for MarkdownOptions
impl Sync for MarkdownOptions
impl Unpin for MarkdownOptions
impl UnwindSafe for MarkdownOptions
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