pub struct ClientSideMermaidHtmlRendereringOptions {
pub mermaid_url: &'static str,
}Fields§
§mermaid_url: &'static strURL to the Mermaid JavaScript module. The default is the latest version from jsDelivr CDN.
Trait Implementations§
Source§impl Clone for ClientSideMermaidHtmlRendereringOptions
impl Clone for ClientSideMermaidHtmlRendereringOptions
Source§fn clone(&self) -> ClientSideMermaidHtmlRendereringOptions
fn clone(&self) -> ClientSideMermaidHtmlRendereringOptions
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 moreAuto Trait Implementations§
impl Freeze for ClientSideMermaidHtmlRendereringOptions
impl RefUnwindSafe for ClientSideMermaidHtmlRendereringOptions
impl Send for ClientSideMermaidHtmlRendereringOptions
impl Sync for ClientSideMermaidHtmlRendereringOptions
impl Unpin for ClientSideMermaidHtmlRendereringOptions
impl UnsafeUnpin for ClientSideMermaidHtmlRendereringOptions
impl UnwindSafe for ClientSideMermaidHtmlRendereringOptions
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