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