Struct cargo::core::resolver::Resolve [] [src]

pub struct Resolve { /* fields omitted */ }

Represents a fully resolved package dependency graph. Each node in the graph is a package and edges represent dependencies between packages.

Each instance of Resolve also understands the full set of features used for each package.

Methods

impl Resolve
[src]

Trait Implementations

impl PartialEq for Resolve
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Resolve
[src]

impl Clone for Resolve
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Resolve
[src]

Formats the value using the given formatter.