Struct aws_sdk_iotdeviceadvisor::model::DeviceUnderTest
source · #[non_exhaustive]pub struct DeviceUnderTest { /* private fields */ }
Expand description
Information of a test device. A thing ARN or a certificate ARN is required.
Implementations§
source§impl DeviceUnderTest
impl DeviceUnderTest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeviceUnderTest
.
Trait Implementations§
source§impl Clone for DeviceUnderTest
impl Clone for DeviceUnderTest
source§fn clone(&self) -> DeviceUnderTest
fn clone(&self) -> DeviceUnderTest
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 DeviceUnderTest
impl Debug for DeviceUnderTest
source§impl PartialEq<DeviceUnderTest> for DeviceUnderTest
impl PartialEq<DeviceUnderTest> for DeviceUnderTest
source§fn eq(&self, other: &DeviceUnderTest) -> bool
fn eq(&self, other: &DeviceUnderTest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.