pub enum MermaidHtmlRenderingOptions {
Client(ClientSideMermaidHtmlRendereringOptions),
}Expand description
Options for the Mermaid diagram HTML renderer.
Variants§
Client(ClientSideMermaidHtmlRendereringOptions)
Use client-side rendering for Mermaid diagrams.
Trait Implementations§
Source§impl Clone for MermaidHtmlRenderingOptions
impl Clone for MermaidHtmlRenderingOptions
Source§fn clone(&self) -> MermaidHtmlRenderingOptions
fn clone(&self) -> MermaidHtmlRenderingOptions
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 MermaidHtmlRenderingOptions
impl Debug for MermaidHtmlRenderingOptions
Auto Trait Implementations§
impl Freeze for MermaidHtmlRenderingOptions
impl RefUnwindSafe for MermaidHtmlRenderingOptions
impl Send for MermaidHtmlRenderingOptions
impl Sync for MermaidHtmlRenderingOptions
impl Unpin for MermaidHtmlRenderingOptions
impl UnsafeUnpin for MermaidHtmlRenderingOptions
impl UnwindSafe for MermaidHtmlRenderingOptions
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