Struct cargo_toml::TomlPlatform[][src]

pub struct TomlPlatform {
    pub dependencies: TomlDepsSet,
    pub dev_dependencies: TomlDepsSet,
    pub build_dependencies: TomlDepsSet,
}

Fields

Trait Implementations

impl Debug for TomlPlatform
[src]

Formats the value using the given formatter. Read more

impl Clone for TomlPlatform
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations