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