Enum cargo_modules::options::generate::graph::LayoutAlgorithm
source · [−]pub enum LayoutAlgorithm {
Dot,
Neato,
Twopi,
Circo,
Fdp,
Sfdp,
}Variants
Dot
Neato
Twopi
Circo
Fdp
Sfdp
Trait Implementations
sourceimpl Clone for LayoutAlgorithm
impl Clone for LayoutAlgorithm
sourcefn clone(&self) -> LayoutAlgorithm
fn clone(&self) -> LayoutAlgorithm
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for LayoutAlgorithm
impl Debug for LayoutAlgorithm
sourceimpl FromStr for LayoutAlgorithm
impl FromStr for LayoutAlgorithm
sourceimpl PartialEq<LayoutAlgorithm> for LayoutAlgorithm
impl PartialEq<LayoutAlgorithm> for LayoutAlgorithm
sourcefn eq(&self, other: &LayoutAlgorithm) -> bool
fn eq(&self, other: &LayoutAlgorithm) -> bool
sourceimpl ToString for LayoutAlgorithm
impl ToString for LayoutAlgorithm
impl Eq for LayoutAlgorithm
impl StructuralEq for LayoutAlgorithm
impl StructuralPartialEq for LayoutAlgorithm
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Cast for T
impl<T> Cast for T
fn cast<U>(self, interner: <U as HasInterner>::Interner) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
fn cast<U>(self, interner: <U as HasInterner>::Interner) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
Cast a value to type
U using CastTo.sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.