#[non_exhaustive]pub struct LoRaWanMulticastMetadataBuilder { /* private fields */ }Expand description
A builder for LoRaWanMulticastMetadata.
Implementations§
source§impl LoRaWanMulticastMetadataBuilder
impl LoRaWanMulticastMetadataBuilder
sourcepub fn set_f_port(self, input: Option<i32>) -> Self
pub fn set_f_port(self, input: Option<i32>) -> Self
The Fport value.
sourcepub fn get_f_port(&self) -> &Option<i32>
pub fn get_f_port(&self) -> &Option<i32>
The Fport value.
sourcepub fn build(self) -> LoRaWanMulticastMetadata
pub fn build(self) -> LoRaWanMulticastMetadata
Consumes the builder and constructs a LoRaWanMulticastMetadata.
Trait Implementations§
source§impl Clone for LoRaWanMulticastMetadataBuilder
impl Clone for LoRaWanMulticastMetadataBuilder
source§fn clone(&self) -> LoRaWanMulticastMetadataBuilder
fn clone(&self) -> LoRaWanMulticastMetadataBuilder
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 LoRaWanMulticastMetadataBuilder
impl Default for LoRaWanMulticastMetadataBuilder
source§fn default() -> LoRaWanMulticastMetadataBuilder
fn default() -> LoRaWanMulticastMetadataBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for LoRaWanMulticastMetadataBuilder
impl PartialEq for LoRaWanMulticastMetadataBuilder
source§fn eq(&self, other: &LoRaWanMulticastMetadataBuilder) -> bool
fn eq(&self, other: &LoRaWanMulticastMetadataBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LoRaWanMulticastMetadataBuilder
Auto Trait Implementations§
impl Freeze for LoRaWanMulticastMetadataBuilder
impl RefUnwindSafe for LoRaWanMulticastMetadataBuilder
impl Send for LoRaWanMulticastMetadataBuilder
impl Sync for LoRaWanMulticastMetadataBuilder
impl Unpin for LoRaWanMulticastMetadataBuilder
impl UnwindSafe for LoRaWanMulticastMetadataBuilder
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.