Struct reproto_manifest::ManifestFile [] [src]

pub struct ManifestFile {
    pub path: PathBuf,
    pub package: Option<RpPackage>,
    pub version: Option<Version>,
}

Fields

Methods

impl ManifestFile
[src]

[src]

Trait Implementations

impl TryFromToml for ManifestFile
[src]

[src]

Convert from a string value.

[src]

Convert from a TOML.

impl Debug for ManifestFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ManifestFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ManifestFile

impl Sync for ManifestFile