Struct cargo::core::package::Package [] [src]

pub struct Package { /* fields omitted */ }

Information about a package that is available somewhere in the file system.

A package is a Cargo.toml file plus all the files that are part of it.

Methods

impl Package
[src]

Trait Implementations

impl Clone for Package
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for Package
[src]

Serialize this value into the given Serde serializer. Read more

impl Display for Package
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Package
[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 Package
[src]

impl Hash for Package
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more