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