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