Struct jenkins_api::changeset::PathChange[][src]

pub struct PathChange {
    pub file: String,
    pub edit_type: EditType,
}

A file that was changed

Fields

File that was changed

How it was changed

Trait Implementations

impl Debug for PathChange
[src]

Formats the value using the given formatter. Read more

impl Clone for PathChange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PathChange

impl Sync for PathChange