Struct weave::DeltaInfo [] [src]

pub struct DeltaInfo {
    pub name: String,
    pub number: usize,
    pub tags: BTreeMap<String, String>,
    pub time: DateTime<Utc>,
}

Information about a single delta.

Fields

A tag giving the name for this particular delta. Should be unique across all deltas.

The delta number. A unique integer that identifies this delta in the woven data below.

Arbitrary tags the user has asked to be stored with this delta.

A time stamp when this delta was added.

Trait Implementations

impl Clone for DeltaInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more