Struct mozversion::AppVersion [] [src]

pub struct AppVersion {
    pub build_id: Option<String>,
    pub code_name: Option<String>,
    pub version_string: Option<String>,
    pub source_repository: Option<String>,
    pub source_stamp: Option<String>,
}

Details about the version of a Firefox build.

Fields

Unique date-based id for a build

Channel name

Version number e.g. 55.0a1

Url of the respoistory from which the build was made

Commit ID of the build

Methods

impl AppVersion
[src]

[src]

[src]

Trait Implementations

impl Clone for AppVersion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for AppVersion
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for AppVersion

impl Sync for AppVersion