pub struct RenderOptions {
pub show_files: bool,
pub show_timestamps: bool,
pub highlight_dead_ends: bool,
}Expand description
Options controlling what information is rendered in the DOT output.
Fields§
§show_files: boolInclude filenames from each step’s change map.
show_timestamps: boolInclude the time portion of each step’s timestamp.
highlight_dead_ends: boolRender dead-end steps with dashed red borders.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RenderOptions
impl RefUnwindSafe for RenderOptions
impl Send for RenderOptions
impl Sync for RenderOptions
impl Unpin for RenderOptions
impl UnsafeUnpin for RenderOptions
impl UnwindSafe for RenderOptions
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