pub struct DotOptions {
pub full: bool,
pub max_label_len: usize,
}Expand description
Options for DOT 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 DotOptions
impl RefUnwindSafe for DotOptions
impl Send for DotOptions
impl Sync for DotOptions
impl Unpin for DotOptions
impl UnsafeUnpin for DotOptions
impl UnwindSafe for DotOptions
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