Struct google_androidmanagement1::ApiLevelCondition [−][src]
A compliance rule condition which is satisfied if the Android Framework API level on the device does not meet a minimum requirement. There can only be one rule with this type of condition per policy.
This type is not used in any activity, and only used as part of another schema.
Fields
min_api_level: Option<i32>
The minimum desired Android Framework API level. If the device does not meet the minimum requirement, this condition is satisfied. Must be greater than zero.
Trait Implementations
impl Default for ApiLevelCondition[src]
impl Default for ApiLevelConditionfn default() -> ApiLevelCondition[src]
fn default() -> ApiLevelConditionReturns the "default value" for a type. Read more
impl Clone for ApiLevelCondition[src]
impl Clone for ApiLevelConditionfn clone(&self) -> ApiLevelCondition[src]
fn clone(&self) -> ApiLevelConditionReturns 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 ApiLevelCondition[src]
impl Debug for ApiLevelConditionfn 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 ApiLevelCondition[src]
impl Part for ApiLevelConditionAuto Trait Implementations
impl Send for ApiLevelCondition
impl Send for ApiLevelConditionimpl Sync for ApiLevelCondition
impl Sync for ApiLevelCondition