Struct libpijul_compat::patch::PatchHeader [] [src]

pub struct PatchHeader {
    pub authors: Vec<String>,
    pub name: String,
    pub description: Option<String>,
    pub timestamp: DateTime<Utc>,
}

The header of a patch contains all the metadata about a patch (but not the actual contents of a patch).

Fields

Methods

impl PatchHeader
[src]

[src]

Reads everything in this patch, but the actual contents.

Trait Implementations

impl Debug for PatchHeader
[src]

[src]

Formats the value using the given formatter.

impl Clone for PatchHeader
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more