Struct changelog::PostProcessor [] [src]

pub struct PostProcessor {
    pub lookup: String,
    pub replace: String,
}

A post-processor definition.

Fields

The lookup pattern

The replace pattern

Trait Implementations

impl Debug for PostProcessor
[src]

[src]

Formats the value using the given formatter.

impl Default for PostProcessor
[src]

[src]

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

impl Eq for PostProcessor
[src]

impl PartialEq for PostProcessor
[src]

[src]

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

[src]

This method tests for !=.