Struct aws_sdk_devicefarm::model::Problem [−][src]
#[non_exhaustive]pub struct Problem {
pub run: Option<ProblemDetail>,
pub job: Option<ProblemDetail>,
pub suite: Option<ProblemDetail>,
pub test: Option<ProblemDetail>,
pub device: Option<Device>,
pub result: Option<ExecutionResult>,
pub message: Option<String>,
}Expand description
Represents a specific warning or failure.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.run: Option<ProblemDetail>Information about the associated run.
job: Option<ProblemDetail>Information about the associated job.
suite: Option<ProblemDetail>Information about the associated suite.
test: Option<ProblemDetail>Information about the associated test.
device: Option<Device>Information about the associated device.
result: Option<ExecutionResult>The problem's result.
Allowed values include:
-
PENDING
-
PASSED
-
WARNED
-
FAILED
-
SKIPPED
-
ERRORED
-
STOPPED
message: Option<String>A message about the problem's result.
Implementations
Information about the associated run.
Information about the associated job.
Information about the associated suite.
Information about the associated test.
The problem's result.
Allowed values include:
-
PENDING
-
PASSED
-
WARNED
-
FAILED
-
SKIPPED
-
ERRORED
-
STOPPED
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Problem
impl UnwindSafe for Problem
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
