Struct libpijul::patch::PatchHeader [] [src]

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

Fields

Methods

impl PatchHeader
[src]

Reads everything in this patch, but the actual contents.

Trait Implementations

impl Debug for PatchHeader
[src]

Formats the value using the given formatter.