Struct apply_license::License[][src]

pub struct License {
    pub identifier: String,
    pub spdx: String,
    pub text: String,
}

An open-source license.

Fields

The identifier for the license on the command line, if multiple licenses are present.

For example, LICENSE-APACHE vs LICENSE-MIT.

A handlebars template of the license text.

Trait Implementations

impl Debug for License
[src]

Formats the value using the given formatter. Read more

impl PartialEq for License
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for License

impl Sync for License