Struct changelog::OutputPreferences [] [src]

pub struct OutputPreferences {
    pub json: bool,
    pub template: Option<String>,
    pub remote: Option<String>,
    pub post_processors: Vec<PostProcessor>,
}

The output preferences

Fields

Output as JSON

Output Handlebar template

The remote url

Output line post-processors

Methods

impl OutputPreferences
[src]

[src]

Default constructor

[src]

Get the template definition

Trait Implementations

impl Debug for OutputPreferences
[src]

[src]

Formats the value using the given formatter.

impl Default for OutputPreferences
[src]

[src]

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

impl Eq for OutputPreferences
[src]

impl PartialEq for OutputPreferences
[src]

[src]

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

[src]

This method tests for !=.