#[non_exhaustive]pub struct MarkdownOptions { /* private fields */ }
Expand description
Options to customize the structure of the output Markdown document.
Used with help_markdown_custom()
.
Implementations§
source§impl MarkdownOptions
impl MarkdownOptions
Whether to show the default footer advertising clap-markdown
.
sourcepub fn show_table_of_contents(self, show: bool) -> Self
pub fn show_table_of_contents(self, show: bool) -> Self
Whether to show the default table of contents.
Trait Implementations§
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