Struct rusoto_devicefarm::UniqueProblem[][src]

pub struct UniqueProblem {
    pub message: Option<String>,
    pub problems: Option<Vec<Problem>>,
}

A collection of one or more problems, grouped by their result.

Fields

A message about the unique problems' result.

Information about the problems.

Trait Implementations

impl Default for UniqueProblem
[src]

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

impl Debug for UniqueProblem
[src]

Formats the value using the given formatter. Read more

impl Clone for UniqueProblem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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