Struct rusoto_devicefarm::GetDeviceResult[][src]

pub struct GetDeviceResult {
    pub device: Option<Device>,
}

Represents the result of a get device request.

Fields

An object containing information about the requested device.

Trait Implementations

impl Default for GetDeviceResult
[src]

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

impl Debug for GetDeviceResult
[src]

Formats the value using the given formatter. Read more

impl Clone for GetDeviceResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetDeviceResult
[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