Struct rusoto_devicefarm::GetTestResult[][src]

pub struct GetTestResult {
    pub test: Option<Test>,
}

Represents the result of a get test request.

Fields

A test condition that is evaluated.

Trait Implementations

impl Default for GetTestResult
[src]

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

impl Debug for GetTestResult
[src]

Formats the value using the given formatter. Read more

impl Clone for GetTestResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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