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