Struct rusoto_devicefarm::UniqueProblem [] [src]

pub struct UniqueProblem {
    pub message: Option<Message>,
    pub problems: Option<Problems>,
}

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.

impl Clone for UniqueProblem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more