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