pub struct MermaidOptions {
pub full: bool,
pub max_label_len: usize,
}Expand description
Options for Mermaid rendering.
Fields§
§full: boolIf true, include all node types. If false, only Lambda + direct triggers.
max_label_len: usizeMax label length before truncation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MermaidOptions
impl RefUnwindSafe for MermaidOptions
impl Send for MermaidOptions
impl Sync for MermaidOptions
impl Unpin for MermaidOptions
impl UnsafeUnpin for MermaidOptions
impl UnwindSafe for MermaidOptions
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