#[non_exhaustive]pub struct ProximityResourceTypeEventConfigurationBuilder { /* private fields */ }Expand description
A builder for ProximityResourceTypeEventConfiguration.
Implementations§
source§impl ProximityResourceTypeEventConfigurationBuilder
impl ProximityResourceTypeEventConfigurationBuilder
sourcepub fn sidewalk(self, input: SidewalkResourceTypeEventConfiguration) -> Self
pub fn sidewalk(self, input: SidewalkResourceTypeEventConfiguration) -> Self
Proximity resource type event configuration object for enabling and disabling wireless device topic.
sourcepub fn set_sidewalk(
self,
input: Option<SidewalkResourceTypeEventConfiguration>
) -> Self
pub fn set_sidewalk( self, input: Option<SidewalkResourceTypeEventConfiguration> ) -> Self
Proximity resource type event configuration object for enabling and disabling wireless device topic.
sourcepub fn get_sidewalk(&self) -> &Option<SidewalkResourceTypeEventConfiguration>
pub fn get_sidewalk(&self) -> &Option<SidewalkResourceTypeEventConfiguration>
Proximity resource type event configuration object for enabling and disabling wireless device topic.
sourcepub fn build(self) -> ProximityResourceTypeEventConfiguration
pub fn build(self) -> ProximityResourceTypeEventConfiguration
Consumes the builder and constructs a ProximityResourceTypeEventConfiguration.
Trait Implementations§
source§impl Clone for ProximityResourceTypeEventConfigurationBuilder
impl Clone for ProximityResourceTypeEventConfigurationBuilder
source§fn clone(&self) -> ProximityResourceTypeEventConfigurationBuilder
fn clone(&self) -> ProximityResourceTypeEventConfigurationBuilder
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 ProximityResourceTypeEventConfigurationBuilder
impl Default for ProximityResourceTypeEventConfigurationBuilder
source§fn default() -> ProximityResourceTypeEventConfigurationBuilder
fn default() -> ProximityResourceTypeEventConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ProximityResourceTypeEventConfigurationBuilder
impl PartialEq for ProximityResourceTypeEventConfigurationBuilder
source§fn eq(&self, other: &ProximityResourceTypeEventConfigurationBuilder) -> bool
fn eq(&self, other: &ProximityResourceTypeEventConfigurationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ProximityResourceTypeEventConfigurationBuilder
Auto Trait Implementations§
impl Freeze for ProximityResourceTypeEventConfigurationBuilder
impl RefUnwindSafe for ProximityResourceTypeEventConfigurationBuilder
impl Send for ProximityResourceTypeEventConfigurationBuilder
impl Sync for ProximityResourceTypeEventConfigurationBuilder
impl Unpin for ProximityResourceTypeEventConfigurationBuilder
impl UnwindSafe for ProximityResourceTypeEventConfigurationBuilder
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.