#[non_exhaustive]pub struct DeviceRegistrationStateEventConfiguration { /* private fields */ }
Expand description
Device registration state event configuration object for enabling and disabling relevant topics.
Implementations§
source§impl DeviceRegistrationStateEventConfiguration
impl DeviceRegistrationStateEventConfiguration
sourcepub fn sidewalk(&self) -> Option<&SidewalkEventNotificationConfigurations>
pub fn sidewalk(&self) -> Option<&SidewalkEventNotificationConfigurations>
Device registration state event configuration object for enabling or disabling Sidewalk related event topics.
sourcepub fn wireless_device_id_event_topic(
&self
) -> Option<&EventNotificationTopicStatus>
pub fn wireless_device_id_event_topic(
&self
) -> Option<&EventNotificationTopicStatus>
Denotes whether the wireless device ID device registration state event topic is enabled or disabled.
source§impl DeviceRegistrationStateEventConfiguration
impl DeviceRegistrationStateEventConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeviceRegistrationStateEventConfiguration
.
Trait Implementations§
source§impl Clone for DeviceRegistrationStateEventConfiguration
impl Clone for DeviceRegistrationStateEventConfiguration
source§fn clone(&self) -> DeviceRegistrationStateEventConfiguration
fn clone(&self) -> DeviceRegistrationStateEventConfiguration
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 PartialEq<DeviceRegistrationStateEventConfiguration> for DeviceRegistrationStateEventConfiguration
impl PartialEq<DeviceRegistrationStateEventConfiguration> for DeviceRegistrationStateEventConfiguration
source§fn eq(&self, other: &DeviceRegistrationStateEventConfiguration) -> bool
fn eq(&self, other: &DeviceRegistrationStateEventConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.