#[non_exhaustive]pub struct SidewalkResourceTypeEventConfigurationBuilder { /* private fields */ }Expand description
A builder for SidewalkResourceTypeEventConfiguration.
Implementations§
source§impl SidewalkResourceTypeEventConfigurationBuilder
impl SidewalkResourceTypeEventConfigurationBuilder
sourcepub fn wireless_device_event_topic(
self,
input: EventNotificationTopicStatus
) -> Self
pub fn wireless_device_event_topic( self, input: EventNotificationTopicStatus ) -> Self
Denotes whether the wireless device join event topic is enabled or disabled.
sourcepub fn set_wireless_device_event_topic(
self,
input: Option<EventNotificationTopicStatus>
) -> Self
pub fn set_wireless_device_event_topic( self, input: Option<EventNotificationTopicStatus> ) -> Self
Denotes whether the wireless device join event topic is enabled or disabled.
sourcepub fn get_wireless_device_event_topic(
&self
) -> &Option<EventNotificationTopicStatus>
pub fn get_wireless_device_event_topic( &self ) -> &Option<EventNotificationTopicStatus>
Denotes whether the wireless device join event topic is enabled or disabled.
sourcepub fn build(self) -> SidewalkResourceTypeEventConfiguration
pub fn build(self) -> SidewalkResourceTypeEventConfiguration
Consumes the builder and constructs a SidewalkResourceTypeEventConfiguration.
Trait Implementations§
source§impl Clone for SidewalkResourceTypeEventConfigurationBuilder
impl Clone for SidewalkResourceTypeEventConfigurationBuilder
source§fn clone(&self) -> SidewalkResourceTypeEventConfigurationBuilder
fn clone(&self) -> SidewalkResourceTypeEventConfigurationBuilder
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 SidewalkResourceTypeEventConfigurationBuilder
impl Default for SidewalkResourceTypeEventConfigurationBuilder
source§fn default() -> SidewalkResourceTypeEventConfigurationBuilder
fn default() -> SidewalkResourceTypeEventConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SidewalkResourceTypeEventConfigurationBuilder
impl PartialEq for SidewalkResourceTypeEventConfigurationBuilder
source§fn eq(&self, other: &SidewalkResourceTypeEventConfigurationBuilder) -> bool
fn eq(&self, other: &SidewalkResourceTypeEventConfigurationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SidewalkResourceTypeEventConfigurationBuilder
Auto Trait Implementations§
impl Freeze for SidewalkResourceTypeEventConfigurationBuilder
impl RefUnwindSafe for SidewalkResourceTypeEventConfigurationBuilder
impl Send for SidewalkResourceTypeEventConfigurationBuilder
impl Sync for SidewalkResourceTypeEventConfigurationBuilder
impl Unpin for SidewalkResourceTypeEventConfigurationBuilder
impl UnwindSafe for SidewalkResourceTypeEventConfigurationBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.