Struct aws_sdk_worklink::model::DeviceSummary
source · #[non_exhaustive]pub struct DeviceSummary { /* private fields */ }Expand description
The summary of devices.
Implementations§
source§impl DeviceSummary
impl DeviceSummary
sourcepub fn device_status(&self) -> Option<&DeviceStatus>
pub fn device_status(&self) -> Option<&DeviceStatus>
The status of the device.
source§impl DeviceSummary
impl DeviceSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeviceSummary.
Trait Implementations§
source§impl Clone for DeviceSummary
impl Clone for DeviceSummary
source§fn clone(&self) -> DeviceSummary
fn clone(&self) -> DeviceSummary
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 more