Struct rusoto_devicefarm::DevicePoolCompatibilityResult [] [src]

pub struct DevicePoolCompatibilityResult {
    pub compatible: Option<bool>,
    pub device: Option<Device>,
    pub incompatibility_messages: Option<Vec<IncompatibilityMessage>>,
}

Represents a device pool compatibility result.

Fields

Whether the result was compatible with the device pool.

The device (phone or tablet) that you wish to return information about.

Information about the compatibility.

Trait Implementations

impl Default for DevicePoolCompatibilityResult
[src]

[src]

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

impl Debug for DevicePoolCompatibilityResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DevicePoolCompatibilityResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations