Enum guppy::graph::DependencyDirection [−][src]
pub enum DependencyDirection {
Forward,
Reverse,
}
Expand description
The direction in which to follow dependencies.
Used by the _directed
methods.
Variants
Forward
Dependencies from this package to other packages.
Reverse
Reverse dependencies from other packages to this one.
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for DependencyDirection
impl Send for DependencyDirection
impl Sync for DependencyDirection
impl Unpin for DependencyDirection
impl UnwindSafe for DependencyDirection
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.