Struct changelog::Keyword [] [src]

pub struct Keyword {
    pub tag: String,
    pub title: String,
}

A keyword used to categorize commit message lines.

Fields

The identifying tag used in commit messages.

The presentation title that shows up in the final change log.

Methods

impl Keyword
[src]

[src]

Construct a keyword from the tag and title

Trait Implementations

impl Clone for Keyword
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Keyword
[src]

[src]

Formats the value using the given formatter.

impl Default for Keyword
[src]

[src]

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

impl Eq for Keyword
[src]

impl PartialEq for Keyword
[src]

[src]

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

[src]

This method tests for !=.