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