Struct changelog::commit::Line [] [src]

pub struct Line {
    pub scope: Option<String>,
    pub category: Option<String>,
    pub text: Option<String>,
}

A single line in the change message

Fields

The scope

The category

The text

Trait Implementations

impl Default for Line
[src]

[src]

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

impl Debug for Line
[src]

[src]

Formats the value using the given formatter.