#[non_exhaustive]pub struct DeleteFunctionCodeSigningConfigOutput {}Implementations§
source§impl DeleteFunctionCodeSigningConfigOutput
impl DeleteFunctionCodeSigningConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteFunctionCodeSigningConfigOutput.
Trait Implementations§
source§impl Clone for DeleteFunctionCodeSigningConfigOutput
impl Clone for DeleteFunctionCodeSigningConfigOutput
source§fn clone(&self) -> DeleteFunctionCodeSigningConfigOutput
fn clone(&self) -> DeleteFunctionCodeSigningConfigOutput
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 PartialEq<DeleteFunctionCodeSigningConfigOutput> for DeleteFunctionCodeSigningConfigOutput
impl PartialEq<DeleteFunctionCodeSigningConfigOutput> for DeleteFunctionCodeSigningConfigOutput
source§fn eq(&self, other: &DeleteFunctionCodeSigningConfigOutput) -> bool
fn eq(&self, other: &DeleteFunctionCodeSigningConfigOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.