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>,
}Expand description
Details about the version of a Firefox build.
Fields
build_id: Option<String>Unique date-based id for a build
code_name: Option<String>Channel name
version_string: Option<String>Version number e.g. 55.0a1
source_repository: Option<String>Url of the respoistory from which the build was made
source_stamp: Option<String>Commit ID of the build
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AppVersion
impl Send for AppVersion
impl Sync for AppVersion
impl Unpin for AppVersion
impl UnwindSafe for AppVersion
Blanket Implementations
Mutably borrows from an owned value. Read more