Enum askalono::LicenseType[][src]

pub enum LicenseType {
    Original,
    Header,
    Alternate,
}

The type of a license entry (typically in a Store).

Variants

The canonical text of the license.

A license header. There may be more than one in a Store.

An alternate form of a license. This is intended to be used for alternate formats of a license, not for variants where the text has different meaning. Not currently used in askalono's SPDX dataset.

Trait Implementations

impl Clone for LicenseType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LicenseType
[src]

impl PartialEq for LicenseType
[src]

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

This method tests for !=.

impl Debug for LicenseType
[src]

Formats the value using the given formatter. Read more

impl Display for LicenseType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LicenseType

impl Sync for LicenseType