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.

impl Clone for GetTestResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more