Struct aws_sdk_iotwireless::types::LoRaWanStartFuotaTask
source · #[non_exhaustive]pub struct LoRaWanStartFuotaTask {
pub start_time: Option<DateTime>,
}Expand description
The LoRaWAN information used to start a FUOTA task.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.start_time: Option<DateTime>Start time of a FUOTA task.
Implementations§
source§impl LoRaWanStartFuotaTask
impl LoRaWanStartFuotaTask
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
Start time of a FUOTA task.
source§impl LoRaWanStartFuotaTask
impl LoRaWanStartFuotaTask
sourcepub fn builder() -> LoRaWanStartFuotaTaskBuilder
pub fn builder() -> LoRaWanStartFuotaTaskBuilder
Creates a new builder-style object to manufacture LoRaWanStartFuotaTask.
Trait Implementations§
source§impl Clone for LoRaWanStartFuotaTask
impl Clone for LoRaWanStartFuotaTask
source§fn clone(&self) -> LoRaWanStartFuotaTask
fn clone(&self) -> LoRaWanStartFuotaTask
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 Debug for LoRaWanStartFuotaTask
impl Debug for LoRaWanStartFuotaTask
source§impl PartialEq for LoRaWanStartFuotaTask
impl PartialEq for LoRaWanStartFuotaTask
source§fn eq(&self, other: &LoRaWanStartFuotaTask) -> bool
fn eq(&self, other: &LoRaWanStartFuotaTask) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LoRaWanStartFuotaTask
Auto Trait Implementations§
impl Freeze for LoRaWanStartFuotaTask
impl RefUnwindSafe for LoRaWanStartFuotaTask
impl Send for LoRaWanStartFuotaTask
impl Sync for LoRaWanStartFuotaTask
impl Unpin for LoRaWanStartFuotaTask
impl UnwindSafe for LoRaWanStartFuotaTask
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.