Enum cargo_modules::options::generate::graph::LayoutAlgorithm
source · pub enum LayoutAlgorithm {
Dot,
Neato,
Twopi,
Circo,
Fdp,
Sfdp,
}Variants§
Trait Implementations§
source§impl Clone for LayoutAlgorithm
impl Clone for LayoutAlgorithm
source§fn clone(&self) -> LayoutAlgorithm
fn clone(&self) -> LayoutAlgorithm
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LayoutAlgorithm
impl Debug for LayoutAlgorithm
source§impl FromStr for LayoutAlgorithm
impl FromStr for LayoutAlgorithm
source§impl PartialEq<LayoutAlgorithm> for LayoutAlgorithm
impl PartialEq<LayoutAlgorithm> for LayoutAlgorithm
source§fn eq(&self, other: &LayoutAlgorithm) -> bool
fn eq(&self, other: &LayoutAlgorithm) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl 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§
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
§impl<T> Cast for T
impl<T> Cast for T
source§impl<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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.