Struct cargo_arch::config::meta::CargoMetadata [] [src]

pub struct CargoMetadata {
    pub arch: Option<CargoArch>,
}

data in [package.metadata] section

Fields

Trait Implementations

impl Decodable for CargoMetadata
[src]

impl Default for CargoMetadata
[src]

Returns the "default value" for a type. Read more

impl Debug for CargoMetadata
[src]

Formats the value using the given formatter.

impl Clone for CargoMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more