#[non_exhaustive]pub struct AsciiDocOptions { /* private fields */ }Implementations§
Source§impl AsciiDocOptions
impl AsciiDocOptions
pub fn new() -> Self
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.
Sourcepub fn show_aliases(self, show: bool) -> Self
pub fn show_aliases(self, show: bool) -> Self
Whether to show aliases for arguments and commands.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsciiDocOptions
impl RefUnwindSafe for AsciiDocOptions
impl Send for AsciiDocOptions
impl Sync for AsciiDocOptions
impl Unpin for AsciiDocOptions
impl UnsafeUnpin for AsciiDocOptions
impl UnwindSafe for AsciiDocOptions
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