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]

[src]

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

impl Debug for GetTestResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetTestResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GetTestResult

impl Sync for GetTestResult