pub struct MermaidParserOptions {
pub enabled: bool,
}Expand description
Options for the Mermaid diagram parser.
Fields§
§enabled: boolTrait Implementations§
Source§impl Clone for MermaidParserOptions
impl Clone for MermaidParserOptions
Source§fn clone(&self) -> MermaidParserOptions
fn clone(&self) -> MermaidParserOptions
Returns a duplicate of the value. Read more
1.0.0 · 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 MermaidParserOptions
impl Debug for MermaidParserOptions
Auto Trait Implementations§
impl Freeze for MermaidParserOptions
impl RefUnwindSafe for MermaidParserOptions
impl Send for MermaidParserOptions
impl Sync for MermaidParserOptions
impl Unpin for MermaidParserOptions
impl UnsafeUnpin for MermaidParserOptions
impl UnwindSafe for MermaidParserOptions
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