Struct libpijul::patch::NewEdge [] [src]

pub struct NewEdge {
    pub from: Key<Option<Hash>>,
    pub to: Key<Option<Hash>>,
    pub introduced_by: Option<Hash>,
}

Options are for when this edge is between vertices introduced by the current patch.

Fields

Trait Implementations

impl Debug for NewEdge
[src]

Formats the value using the given formatter.

impl Clone for NewEdge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more