pub struct PutFunctionCodeSigningConfigResponse {
pub code_signing_config_arn: CodeSigningConfigArn,
pub function_name: FunctionName,
}Fields§
§code_signing_config_arn: CodeSigningConfigArn§function_name: FunctionNameTrait Implementations§
Source§impl Default for PutFunctionCodeSigningConfigResponse
impl Default for PutFunctionCodeSigningConfigResponse
Source§fn default() -> PutFunctionCodeSigningConfigResponse
fn default() -> PutFunctionCodeSigningConfigResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutFunctionCodeSigningConfigResponse
impl<'de> Deserialize<'de> for PutFunctionCodeSigningConfigResponse
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
Auto Trait Implementations§
impl Freeze for PutFunctionCodeSigningConfigResponse
impl RefUnwindSafe for PutFunctionCodeSigningConfigResponse
impl Send for PutFunctionCodeSigningConfigResponse
impl Sync for PutFunctionCodeSigningConfigResponse
impl Unpin for PutFunctionCodeSigningConfigResponse
impl UnwindSafe for PutFunctionCodeSigningConfigResponse
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