Struct changelog::report::Report [] [src]

pub struct Report<'a> {
    pub scopes: Vec<Scope>,
    pub commits: &'a [Commit],
}

The complete report

Fields

Scoped changes in the report

All interesting commits

Trait Implementations

impl<'a> Debug for Report<'a>
[src]

[src]

Formats the value using the given formatter.