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