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