pub struct UpdateCodeSigningConfigResponse {
pub code_signing_config: CodeSigningConfig,
}Fields§
§code_signing_config: CodeSigningConfigThe code signing configuration
Trait Implementations§
Source§impl Clone for UpdateCodeSigningConfigResponse
impl Clone for UpdateCodeSigningConfigResponse
Source§fn clone(&self) -> UpdateCodeSigningConfigResponse
fn clone(&self) -> UpdateCodeSigningConfigResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateCodeSigningConfigResponse
impl Default for UpdateCodeSigningConfigResponse
Source§fn default() -> UpdateCodeSigningConfigResponse
fn default() -> UpdateCodeSigningConfigResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateCodeSigningConfigResponse
impl<'de> Deserialize<'de> for UpdateCodeSigningConfigResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for UpdateCodeSigningConfigResponse
Auto Trait Implementations§
impl Freeze for UpdateCodeSigningConfigResponse
impl RefUnwindSafe for UpdateCodeSigningConfigResponse
impl Send for UpdateCodeSigningConfigResponse
impl Sync for UpdateCodeSigningConfigResponse
impl Unpin for UpdateCodeSigningConfigResponse
impl UnsafeUnpin for UpdateCodeSigningConfigResponse
impl UnwindSafe for UpdateCodeSigningConfigResponse
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