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