Struct dhl::Manifest [] [src]

pub struct Manifest {
    pub packages: HashMap<String, UninspectedPackage>,
    pub substitutions: HashMap<String, Substitution>,
    pub manifest_dir: PathBuf,
}

Fields

Methods

impl Manifest
[src]

Trait Implementations

impl Debug for Manifest
[src]

[src]

Formats the value using the given formatter.

impl Clone for Manifest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more