Enum self_update::Status [] [src]

pub enum Status {
    UpToDate(String),
    Updated(String),
}

Status returned after updating

Wrapped Strings are version tags

Variants

Methods

impl Status
[src]

Return the version tag

Returns true if Status::UpToDate

Returns true if Status::Updated

Trait Implementations

impl Debug for Status
[src]

Formats the value using the given formatter.

impl Clone for Status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Status
[src]

Formats the value using the given formatter. Read more