Struct changelog::Conventions [] [src]

pub struct Conventions {
    pub scopes: Vec<Keyword>,
    pub categories: Vec<Keyword>,
}

The change categorization conventions used by a repository/project.

Fields

The scope keywords

The category keywords

Methods

impl Conventions
[src]

[src]

Get the title for the given scope

[src]

Get the title for the given category

[src]

Get the titles for all the categories defined

[src]

Get the titles for all the scopes defined

Trait Implementations

impl Debug for Conventions
[src]

[src]

Formats the value using the given formatter.

impl Default for Conventions
[src]

[src]

Returns the "default value" for a type. Read more

impl Eq for Conventions
[src]

impl PartialEq for Conventions
[src]

[src]

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

[src]

This method tests for !=.