pub struct GetFunctionResponse {
pub configuration: Option<FunctionConfiguration>,
pub code: Option<FunctionCodeLocation>,
pub tags: Option<Tags>,
pub concurrency: Option<Concurrency>,
}Fields§
§configuration: Option<FunctionConfiguration>§code: Option<FunctionCodeLocation>§concurrency: Option<Concurrency>Trait Implementations§
Source§impl Debug for GetFunctionResponse
impl Debug for GetFunctionResponse
Source§impl Default for GetFunctionResponse
impl Default for GetFunctionResponse
Source§fn default() -> GetFunctionResponse
fn default() -> GetFunctionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetFunctionResponse
impl<'de> Deserialize<'de> for GetFunctionResponse
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 GetFunctionResponse
impl RefUnwindSafe for GetFunctionResponse
impl Send for GetFunctionResponse
impl Sync for GetFunctionResponse
impl Unpin for GetFunctionResponse
impl UnwindSafe for GetFunctionResponse
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