Struct ashpd::flatpak::UpdateInfo[][src]

pub struct UpdateInfo {
    pub running_commit: String,
    pub local_commit: String,
    pub remote_commit: String,
}
Expand description

A response containing the update information when an update is available.

Fields

running_commit: String

The currently running OSTree commit.

local_commit: String

The locally installed OSTree commit.

remote_commit: String

The available commit to install.

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Get the signature for the implementing type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.