Struct libpijul_compat::patch::UnsignedPatch [] [src]

pub struct UnsignedPatch {
    pub flags: PatchFlags,
    pub header: PatchHeader,
    pub dependencies: Vec<Hash>,
    pub changes: Vec<Change>,
}

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]

[src]

Formats the value using the given formatter.

impl Clone for UnsignedPatch
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more