#[non_exhaustive]pub struct ConnectionStatusEventConfigurationBuilder { /* private fields */ }
Expand description
A builder for ConnectionStatusEventConfiguration
.
Implementations§
source§impl ConnectionStatusEventConfigurationBuilder
impl ConnectionStatusEventConfigurationBuilder
sourcepub fn lo_ra_wan(
self,
input: LoRaWanConnectionStatusEventNotificationConfigurations
) -> Self
pub fn lo_ra_wan( self, input: LoRaWanConnectionStatusEventNotificationConfigurations ) -> Self
Connection status event configuration object for enabling or disabling LoRaWAN related event topics.
sourcepub fn set_lo_ra_wan(
self,
input: Option<LoRaWanConnectionStatusEventNotificationConfigurations>
) -> Self
pub fn set_lo_ra_wan( self, input: Option<LoRaWanConnectionStatusEventNotificationConfigurations> ) -> Self
Connection status event configuration object for enabling or disabling LoRaWAN related event topics.
sourcepub fn get_lo_ra_wan(
&self
) -> &Option<LoRaWanConnectionStatusEventNotificationConfigurations>
pub fn get_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,
input: EventNotificationTopicStatus
) -> Self
pub fn wireless_gateway_id_event_topic( self, input: EventNotificationTopicStatus ) -> Self
Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.
sourcepub fn set_wireless_gateway_id_event_topic(
self,
input: Option<EventNotificationTopicStatus>
) -> Self
pub fn set_wireless_gateway_id_event_topic( self, input: Option<EventNotificationTopicStatus> ) -> Self
Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.
sourcepub fn get_wireless_gateway_id_event_topic(
&self
) -> &Option<EventNotificationTopicStatus>
pub fn get_wireless_gateway_id_event_topic( &self ) -> &Option<EventNotificationTopicStatus>
Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.
sourcepub fn build(self) -> ConnectionStatusEventConfiguration
pub fn build(self) -> ConnectionStatusEventConfiguration
Consumes the builder and constructs a ConnectionStatusEventConfiguration
.
Trait Implementations§
source§impl Clone for ConnectionStatusEventConfigurationBuilder
impl Clone for ConnectionStatusEventConfigurationBuilder
source§fn clone(&self) -> ConnectionStatusEventConfigurationBuilder
fn clone(&self) -> ConnectionStatusEventConfigurationBuilder
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 Default for ConnectionStatusEventConfigurationBuilder
impl Default for ConnectionStatusEventConfigurationBuilder
source§fn default() -> ConnectionStatusEventConfigurationBuilder
fn default() -> ConnectionStatusEventConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ConnectionStatusEventConfigurationBuilder
impl PartialEq for ConnectionStatusEventConfigurationBuilder
source§fn eq(&self, other: &ConnectionStatusEventConfigurationBuilder) -> bool
fn eq(&self, other: &ConnectionStatusEventConfigurationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ConnectionStatusEventConfigurationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ConnectionStatusEventConfigurationBuilder
impl Send for ConnectionStatusEventConfigurationBuilder
impl Sync for ConnectionStatusEventConfigurationBuilder
impl Unpin for ConnectionStatusEventConfigurationBuilder
impl UnwindSafe for ConnectionStatusEventConfigurationBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more