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