Struct changelog::Scope [] [src]

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

Changes grouped by scope (e.g. "API", "Documentation", etc.).

Fields

The title of the scope, as defined in Conventions.

A list of categorized changes in this scope

Trait Implementations

impl Debug for Scope
[src]

[src]

Formats the value using the given formatter.

impl Default for Scope
[src]

[src]

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

impl Eq for Scope
[src]

impl PartialEq for Scope
[src]

[src]

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

[src]

This method tests for !=.