Struct cargo_toml::Badges[][src]

pub struct Badges {
    pub appveyor: Option<Badge>,
    pub circle_ci: Option<Badge>,
    pub gitlab: Option<Badge>,
    pub travis_ci: Option<Badge>,
    pub codecov: Option<Badge>,
    pub coveralls: Option<Badge>,
    pub is_it_maintained_issue_resolution: Option<Badge>,
    pub is_it_maintained_open_issues: Option<Badge>,
    pub maintenance: Maintenance,
}
Expand description

Deprecated

Fields

appveyor: Option<Badge>

Appveyor: repository is required. branch is optional; default is master service is optional; valid values are github (default), bitbucket, and gitlab; id is optional; you can specify the appveyor project id if you want to use that instead. project_name is optional; use when the repository name differs from the appveyor project name.

circle_ci: Option<Badge>

Circle CI: repository is required. branch is optional; default is master

gitlab: Option<Badge>

GitLab: repository is required. branch is optional; default is master

travis_ci: Option<Badge>

Travis CI: repository in format “/” is required. branch is optional; default is master

codecov: Option<Badge>

Codecov: repository is required. branch is optional; default is master service is optional; valid values are github (default), bitbucket, and gitlab.

coveralls: Option<Badge>

Coveralls: repository is required. branch is optional; default is master service is optional; valid values are github (default) and bitbucket.

is_it_maintained_issue_resolution: Option<Badge>

Is it maintained resolution time: repository is required.

is_it_maintained_open_issues: Option<Badge>

Is it maintained percentage of open issues: repository is required.

maintenance: Maintenance

Maintenance: status is required. Available options are actively-developed, passively-maintained, as-is, experimental, looking-for-maintainer, deprecated, and the default none, which displays no badge on crates.io.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.