Struct google_testing1::Distribution [−][src]
Data about the relative number of devices running a given configuration of the Android platform.
This type is not used in any activity, and only used as part of another schema.
Fields
measurement_time: Option<String>
The time this distribution was measured. @OutputOnly
The estimated fraction (0-1) of the total market with this configuration. @OutputOnly
Trait Implementations
impl Default for Distribution[src]
impl Default for Distributionfn default() -> Distribution[src]
fn default() -> DistributionReturns the "default value" for a type. Read more
impl Clone for Distribution[src]
impl Clone for Distributionfn clone(&self) -> Distribution[src]
fn clone(&self) -> DistributionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Distribution[src]
impl Debug for Distributionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for Distribution[src]
impl Part for DistributionAuto Trait Implementations
impl Send for Distribution
impl Send for Distributionimpl Sync for Distribution
impl Sync for Distribution