Struct changelog::report::Text [] [src]

pub struct Text {
    pub sequence: u32,
    pub opening: String,
    pub rest: Vec<String>,
}

Change description

Fields

A sequence number to inform ordering

An opening headline

The remaining lines in the description

Trait Implementations

impl Clone for Text
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Text
[src]

[src]

Formats the value using the given formatter.