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