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: bool§show_timestamps: bool§highlight_dead_ends: boolTrait 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