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