Struct rsure::BkSureFile [] [src]

pub struct BkSureFile {
    pub file: String,
    pub rev: String,
    pub name: String,
}

Information about a single revision stored in a single file in a Bitkeeper repository.

Fields

The filename of the store file. In this case, the name contains the ".dat" extension.

The textual revision number in Bitkeeper for this particular version.

The name given to the "name=..." tag when this snapshot was taken.

Trait Implementations

impl Debug for BkSureFile
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BkSureFile

impl Sync for BkSureFile