Struct changelog::Category [] [src]

pub struct Category {
    pub title: String,
    pub changes: Vec<String>,
}

Changes grouped by categories (e.g. "Fixes", "Breaking Changes", etc.).

Fields

The title of the category, as defined in Conventions.

A list of changes in this category groups across all commits in range.

Trait Implementations

impl Debug for Category
[src]

[src]

Formats the value using the given formatter.

impl Default for Category
[src]

[src]

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

impl Eq for Category
[src]

impl PartialEq for Category
[src]

[src]

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

[src]

This method tests for !=.