Struct cargo_metadata::Node [] [src]

pub struct Node {
    pub id: String,
    pub dependencies: Vec<String>,
}

A node in a dependencies graph

Fields

An opaque identifier for a package

List of opaque identifiers for this node's dependencies

Trait Implementations

impl Clone for Node
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Node
[src]

[src]

Formats the value using the given formatter.