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