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]

[src]

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

impl Debug for IncompatibilityMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for IncompatibilityMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations