Struct aws_sdk_iotdeviceadvisor::model::TestResult
source · #[non_exhaustive]pub struct TestResult { /* private fields */ }
Expand description
Show each group result.
Implementations§
source§impl TestResult
impl TestResult
sourcepub fn groups(&self) -> Option<&[GroupResult]>
pub fn groups(&self) -> Option<&[GroupResult]>
Show each group of test results.
source§impl TestResult
impl TestResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestResult
.
Trait Implementations§
source§impl Clone for TestResult
impl Clone for TestResult
source§fn clone(&self) -> TestResult
fn clone(&self) -> TestResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TestResult
impl Debug for TestResult
source§impl PartialEq<TestResult> for TestResult
impl PartialEq<TestResult> for TestResult
source§fn eq(&self, other: &TestResult) -> bool
fn eq(&self, other: &TestResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.