Struct rusoto_devicefarm::IncompatibilityMessage[][src]

pub struct IncompatibilityMessage {
    pub message: Option<String>,
    pub type_: Option<String>,
}

Represents information about incompatibility.

Fields

A message about the incompatibility.

The type of incompatibility.

Allowed values include:

  • ARN: The ARN.

  • FORMFACTOR: The form factor (for example, phone or tablet).

  • MANUFACTURER: The manufacturer.

  • PLATFORM: The platform (for example, Android or iOS).

  • REMOTEACCESSENABLED: Whether the device is enabled for remote access.

  • APPIUMVERSION: The Appium version for the test.

Trait Implementations

impl Default for IncompatibilityMessage
[src]

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

impl Debug for IncompatibilityMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for IncompatibilityMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for IncompatibilityMessage
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations