Struct libpijul::patch::UnsignedPatch [] [src]

pub struct UnsignedPatch {
    pub header: PatchHeader,
    pub dependencies: Vec<Hash>,
    pub changes: Vec<Change>,
    // some fields omitted
}

An patch without its signature suffix.

Fields

Header part, containing the metadata.

The dependencies of this patch.

The actual contents of the patch.

Methods

impl UnsignedPatch
[src]

Trait Implementations

impl Debug for UnsignedPatch
[src]

Formats the value using the given formatter.

impl Clone for UnsignedPatch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more