pub struct UpdateFunctionResponse {
pub function_configuration: Option<FunctionConfiguration>,
}
Fields§
§function_configuration: Option<FunctionConfiguration>
The Function
object.
Trait Implementations§
Source§impl Clone for UpdateFunctionResponse
impl Clone for UpdateFunctionResponse
Source§fn clone(&self) -> UpdateFunctionResponse
fn clone(&self) -> UpdateFunctionResponse
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 Debug for UpdateFunctionResponse
impl Debug for UpdateFunctionResponse
Source§impl Default for UpdateFunctionResponse
impl Default for UpdateFunctionResponse
Source§fn default() -> UpdateFunctionResponse
fn default() -> UpdateFunctionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateFunctionResponse
impl<'de> Deserialize<'de> for UpdateFunctionResponse
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
Source§impl PartialEq for UpdateFunctionResponse
impl PartialEq for UpdateFunctionResponse
impl StructuralPartialEq for UpdateFunctionResponse
Auto Trait Implementations§
impl Freeze for UpdateFunctionResponse
impl RefUnwindSafe for UpdateFunctionResponse
impl Send for UpdateFunctionResponse
impl Sync for UpdateFunctionResponse
impl Unpin for UpdateFunctionResponse
impl UnwindSafe for UpdateFunctionResponse
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