Enum libpijul::patch::EdgeOp [] [src]

pub enum EdgeOp {
    Map {
        previous: EdgeFlags,
        flag: EdgeFlags,
    },
    Forget {
        previous: EdgeFlags,
    },
    New {
        flag: EdgeFlags,
    },
}

Variants

Fields of Map

Fields of Forget

Fields of New

Trait Implementations

impl Debug for EdgeOp
[src]

Formats the value using the given formatter.

impl Clone for EdgeOp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EdgeOp
[src]