pub struct KubosVersions {
    pub curr: Option<String>,
    pub prev: Option<String>,
}
Expand description

Information about the version(s) of KubOS installed in the system

Fields

curr: Option<String>

The current or “active” version of KubOS

prev: Option<String>

The previous or “inactive” version of KubOS. If there is no previous version, this will be None

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.