Enum cargo_modules::options::generate::graph::LayoutAlgorithm [−][src]
pub enum LayoutAlgorithm {
Dot,
Neato,
Twopi,
Circo,
Fdp,
Sfdp,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LayoutAlgorithm
impl Send for LayoutAlgorithm
impl Sync for LayoutAlgorithm
impl Unpin for LayoutAlgorithm
impl UnwindSafe for LayoutAlgorithm
Blanket Implementations
Mutably borrows from an owned value. Read more
fn cast<U>(self, interner: &<U as HasInterner>::Interner) -> U where
Self: CastTo<U>,
U: HasInterner,
fn cast<U>(self, interner: &<U as HasInterner>::Interner) -> U where
Self: CastTo<U>,
U: HasInterner,
Cast a value to type U using CastTo.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more