Struct libpijul::Branch [] [src]

pub struct Branch {
    pub db: Db<UnsafeKey, UnsafeEdge>,
    pub patches: Db<UnsafePatchId, ApplyTimestamp>,
    pub revpatches: Db<ApplyTimestamp, UnsafePatchId>,
    pub name: SmallString,
}

Fields

Trait Implementations

impl Debug for Branch
[src]

Formats the value using the given formatter.