Struct cargo::core::manifest::Target [] [src]

pub struct Target { /* fields omitted */ }

Information about a binary, a library, an example, etc. that is part of the package.

Methods

impl Target
[src]

Builds a Target corresponding to the build = "build.rs" entry.

Returns the arguments suitable for --crate-type to pass to rustc.

Trait Implementations

impl Clone for Target
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Target
[src]

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

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

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

impl Debug for Target
[src]

Formats the value using the given formatter.

impl Serialize for Target
[src]

Serialize this value into the given Serde serializer. Read more

impl Display for Target
[src]

Formats the value using the given formatter. Read more