Enum cargo_modules::options::generate::graph::LayoutAlgorithm [−][src]
pub enum LayoutAlgorithm {
Dot,
Neato,
Twopi,
Circo,
Fdp,
Sfdp,
}Variants
Dot
Neato
Twopi
Circo
Fdp
Sfdp
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.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
