#[non_exhaustive]pub struct LoRaWanFuotaTaskGetInfoBuilder { /* private fields */ }Expand description
A builder for LoRaWanFuotaTaskGetInfo.
Implementations§
source§impl LoRaWanFuotaTaskGetInfoBuilder
impl LoRaWanFuotaTaskGetInfoBuilder
sourcepub fn set_rf_region(self, input: Option<String>) -> Self
pub fn set_rf_region(self, input: Option<String>) -> Self
The frequency band (RFRegion) value.
sourcepub fn get_rf_region(&self) -> &Option<String>
pub fn get_rf_region(&self) -> &Option<String>
The frequency band (RFRegion) value.
sourcepub fn start_time(self, input: DateTime) -> Self
pub fn start_time(self, input: DateTime) -> Self
Start time of a FUOTA task.
sourcepub fn set_start_time(self, input: Option<DateTime>) -> Self
pub fn set_start_time(self, input: Option<DateTime>) -> Self
Start time of a FUOTA task.
sourcepub fn get_start_time(&self) -> &Option<DateTime>
pub fn get_start_time(&self) -> &Option<DateTime>
Start time of a FUOTA task.
sourcepub fn build(self) -> LoRaWanFuotaTaskGetInfo
pub fn build(self) -> LoRaWanFuotaTaskGetInfo
Consumes the builder and constructs a LoRaWanFuotaTaskGetInfo.
Trait Implementations§
source§impl Clone for LoRaWanFuotaTaskGetInfoBuilder
impl Clone for LoRaWanFuotaTaskGetInfoBuilder
source§fn clone(&self) -> LoRaWanFuotaTaskGetInfoBuilder
fn clone(&self) -> LoRaWanFuotaTaskGetInfoBuilder
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 LoRaWanFuotaTaskGetInfoBuilder
impl Default for LoRaWanFuotaTaskGetInfoBuilder
source§fn default() -> LoRaWanFuotaTaskGetInfoBuilder
fn default() -> LoRaWanFuotaTaskGetInfoBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for LoRaWanFuotaTaskGetInfoBuilder
impl PartialEq for LoRaWanFuotaTaskGetInfoBuilder
source§fn eq(&self, other: &LoRaWanFuotaTaskGetInfoBuilder) -> bool
fn eq(&self, other: &LoRaWanFuotaTaskGetInfoBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LoRaWanFuotaTaskGetInfoBuilder
Auto Trait Implementations§
impl Freeze for LoRaWanFuotaTaskGetInfoBuilder
impl RefUnwindSafe for LoRaWanFuotaTaskGetInfoBuilder
impl Send for LoRaWanFuotaTaskGetInfoBuilder
impl Sync for LoRaWanFuotaTaskGetInfoBuilder
impl Unpin for LoRaWanFuotaTaskGetInfoBuilder
impl UnwindSafe for LoRaWanFuotaTaskGetInfoBuilder
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.