Struct libpijul::patch::PatchHeader
[−]
[src]
pub struct PatchHeader {
pub authors: Vec<String>,
pub name: String,
pub description: Option<String>,
pub timestamp: DateTime<UTC>,
}Fields
name: String
description: Option<String>
timestamp: DateTime<UTC>
Methods
impl PatchHeader[src]
fn from_reader_nochanges<R: Read>(r: R) -> Result<PatchHeader, Error>
Reads everything in this patch, but the actual contents.