pub struct DiagramParserOptions {
pub mermaid: MermaidParserOptions,
pub plantuml: PlantUmlParserOptions,
}Expand description
Options for the diagram parser.
Fields§
§mermaid: MermaidParserOptions§plantuml: PlantUmlParserOptionsTrait Implementations§
Source§impl Clone for DiagramParserOptions
impl Clone for DiagramParserOptions
Source§fn clone(&self) -> DiagramParserOptions
fn clone(&self) -> DiagramParserOptions
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 DiagramParserOptions
impl Debug for DiagramParserOptions
Source§impl Default for DiagramParserOptions
impl Default for DiagramParserOptions
Source§fn default() -> DiagramParserOptions
fn default() -> DiagramParserOptions
Returns the “default value” for a type. Read more
impl ParserOptions for DiagramParserOptions
Auto Trait Implementations§
impl Freeze for DiagramParserOptions
impl RefUnwindSafe for DiagramParserOptions
impl Send for DiagramParserOptions
impl Sync for DiagramParserOptions
impl Unpin for DiagramParserOptions
impl UnsafeUnpin for DiagramParserOptions
impl UnwindSafe for DiagramParserOptions
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