pub struct ListFunctionsByCodeSigningConfigResponse {
pub next_marker: Option<String>,
pub function_arns: Option<FunctionArnList>,
}Fields§
§next_marker: Option<String>§function_arns: Option<FunctionArnList>Trait Implementations§
Source§impl Default for ListFunctionsByCodeSigningConfigResponse
impl Default for ListFunctionsByCodeSigningConfigResponse
Source§fn default() -> ListFunctionsByCodeSigningConfigResponse
fn default() -> ListFunctionsByCodeSigningConfigResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListFunctionsByCodeSigningConfigResponse
impl<'de> Deserialize<'de> for ListFunctionsByCodeSigningConfigResponse
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 ListFunctionsByCodeSigningConfigResponse
impl RefUnwindSafe for ListFunctionsByCodeSigningConfigResponse
impl Send for ListFunctionsByCodeSigningConfigResponse
impl Sync for ListFunctionsByCodeSigningConfigResponse
impl Unpin for ListFunctionsByCodeSigningConfigResponse
impl UnwindSafe for ListFunctionsByCodeSigningConfigResponse
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