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