Enum rustc_ap_rustc_graphviz::RenderOption [−][src]
pub enum RenderOption {
    NoEdgeLabels,
    NoNodeLabels,
    NoEdgeStyles,
    NoNodeStyles,
    Fontname(String),
    DarkTheme,
}Variants
Fontname(String)Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RenderOptionimpl Send for RenderOptionimpl Sync for RenderOptionimpl Unpin for RenderOptionimpl UnwindSafe for RenderOptionBlanket Implementations
Mutably borrows from an owned value. Read more