Struct libpijul::patch::Patch [] [src]

pub struct Patch {
    pub version: u64,
    pub header: PatchHeader,
    pub dependencies: Vec<Hash>,
    pub changes: Vec<Change>,
}

Fields

Methods

impl Patch
[src]

Methods from Deref<Target = PatchHeader>

Trait Implementations

impl Debug for Patch
[src]

Formats the value using the given formatter.

impl Deref for Patch
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Patch
[src]

The method called to mutably dereference a value