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