Struct changelog::report::Scope [] [src]

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

A group of changes in the same scope

Fields

The title of the scope

A list of categorized changes

Trait Implementations

impl Debug for Scope
[src]

[src]

Formats the value using the given formatter.