Struct rsure::StoreVersion [] [src]

pub struct StoreVersion {
    pub name: String,
    pub time: DateTime<Utc>,
    pub version: Version,
}

Information about a given version in the store.

Fields

A descriptive name. May be the "name" tag given when this version was created.

A timestamp of when the version was made.

The identifier for this version.

Trait Implementations

impl Clone for StoreVersion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for StoreVersion
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StoreVersion

impl Sync for StoreVersion