pub struct DotConfig {
pub direction: RankDir,
pub show_types: bool,
pub show_intervals: bool,
pub show_priority: bool,
pub environment_places: HashSet<String>,
}Expand description
Configuration for DOT export.
Fields§
§direction: RankDir§show_types: bool§show_intervals: bool§show_priority: bool§environment_places: HashSet<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DotConfig
impl RefUnwindSafe for DotConfig
impl Send for DotConfig
impl Sync for DotConfig
impl Unpin for DotConfig
impl UnsafeUnpin for DotConfig
impl UnwindSafe for DotConfig
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