Struct aws_sdk_iotwireless::types::DeviceProfile
source · #[non_exhaustive]pub struct DeviceProfile { /* private fields */ }Expand description
Describes a device profile.
Implementations§
source§impl DeviceProfile
impl DeviceProfile
source§impl DeviceProfile
impl DeviceProfile
sourcepub fn builder() -> DeviceProfileBuilder
pub fn builder() -> DeviceProfileBuilder
Creates a new builder-style object to manufacture DeviceProfile.
Trait Implementations§
source§impl Clone for DeviceProfile
impl Clone for DeviceProfile
source§fn clone(&self) -> DeviceProfile
fn clone(&self) -> DeviceProfile
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 DeviceProfile
impl Debug for DeviceProfile
source§impl PartialEq<DeviceProfile> for DeviceProfile
impl PartialEq<DeviceProfile> for DeviceProfile
source§fn eq(&self, other: &DeviceProfile) -> bool
fn eq(&self, other: &DeviceProfile) -> bool
This method tests for
self and other values to be equal, and is used
by ==.