Struct changelog::config::Tag [] [src]

pub struct Tag {
    pub keyword: String,
    pub title: String,
}

A tag definition

Fields

The identifying keyword

The report heading

Trait Implementations

impl Default for Tag
[src]

[src]

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

impl Debug for Tag
[src]

[src]

Formats the value using the given formatter.