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