Struct aws_sdk_devicefarm::model::Problem
source · [−]#[non_exhaustive]pub struct Problem { /* private fields */ }Expand description
Represents a specific warning or failure.
Implementations
sourceimpl Problem
impl Problem
sourcepub fn run(&self) -> Option<&ProblemDetail>
pub fn run(&self) -> Option<&ProblemDetail>
Information about the associated run.
sourcepub fn job(&self) -> Option<&ProblemDetail>
pub fn job(&self) -> Option<&ProblemDetail>
Information about the associated job.
sourcepub fn suite(&self) -> Option<&ProblemDetail>
pub fn suite(&self) -> Option<&ProblemDetail>
Information about the associated suite.
sourcepub fn test(&self) -> Option<&ProblemDetail>
pub fn test(&self) -> Option<&ProblemDetail>
Information about the associated test.
sourcepub fn result(&self) -> Option<&ExecutionResult>
pub fn result(&self) -> Option<&ExecutionResult>
The problem's result.
Allowed values include:
-
PENDING
-
PASSED
-
WARNED
-
FAILED
-
SKIPPED
-
ERRORED
-
STOPPED
Trait Implementations
impl StructuralPartialEq for Problem
Auto Trait Implementations
impl RefUnwindSafe for Problem
impl Send for Problem
impl Sync for Problem
impl Unpin for Problem
impl UnwindSafe for Problem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more